Package Data | |
---|---|
Maintainer Username: | spatie |
Maintainer Contact: | freek@spatie.be (Freek Van der Herten) |
Package Create Date: | 2019-09-20 |
Package Last Update: | 2024-12-11 |
Home Page: | https://docs.spatie.be/laravel-event-sourcing |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-19 03:08:00 |
Package Statistics | |
---|---|
Total Downloads: | 2,013,111 |
Monthly Downloads: | 82,250 |
Daily Downloads: | 3,417 |
Total Stars: | 789 |
Total Watchers: | 15 |
Total Forks: | 167 |
Total Open Issues: | 0 |
This package aims to be the entry point to get started with event sourcing in Laravel. It can help you with setting up aggregates, projectors, and reactors.
If you've never worked with event sourcing, or are uncertain about what aggregates, projectors and reactors are head over to the getting familiar with event sourcing section in our docs.
Event sourcing might be a good choice for your project if:
If you want to skip to reading code immediately, here are some example apps. In each of them, you can create accounts and deposit or withdraw money.
You can find installation instructions and detailed instructions on how to use this package at the dedicated documentation site.
This package supercedes laravel-event-projector. It has the same API. Upgrading from laravel-event-projector to laravel-event-sourcing is easy. Take a look at our upgrade guide.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
We publish all received postcards on our company website.
The aggregate root functionality is heavily inspired by Frank De Jonge's excellent EventSauce package. A big thank you to Dries Vints for giving lots of valuable feedback while we were developing the package.
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Does your business depend on our contributions? Reach out and support us on Patreon. All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff.
1 Quote taken from Event Sourcing made Simple
The MIT License (MIT). Please see License File for more information.