You are viewing the documentation for an older version of this package. You can check the version you are using with the following command:
composer show spatie/laravel-event-sourcing
Laravel-event-sourcing
Event Sourcing for Artisans
This package aims to be the entry point to get started with event sourcing in Laravel. It can help you setting up aggregates, projectors and reactors.
If you've never worked with event sourcing, or are uncertain about what projectors, reactors and aggregates are, head over to the getting familiar with event sourcing section .
Event sourcing might be a good choice for your project if:
your app needs to make decisions based on the past
your app has auditing requirements: the reason why your app is in a certain state is equally as important as the state itself
you foresee that there will be a reporting need in the future, but you don't know yet which data you need to collect for those reports
Some concepts in the package, for example the testing methods of aggregates, were inspired by Frank De Jonge 's EventSauce package.
# # A premium course on event sourcing
Our team launched a premium course on event sourcing in June 2021.
In this course, we'll walk you through all the basics. Though the knowledge presented is framework agnostic, the examples embrace Laravel.
The course includes a cart demo application that is event sourced and can be used as a starting point in your e-commerce projects.
Head over to our course page at spatie.be to purchase your copy!
# # We have badges!