Event Sourced Application The application will fire off events Events will get written in a dedicated store Events are passed to consumers that create projections Aggregate, Aggregate Root...
Laravel Event Projector Package made by Spatie It's not full event sourcing, it focuses on projections Beautifully integrated into Laravel Easy to get started with
Eventsauce Package made by Frank De Jonge Focuses on aggregates Framework agnostic Separate Laravel bindings package available Very powerful, adds complexity
Summary Laravel Event Projector Easy to use package to get started with projections Hooks into Laravel's native events Replay capabilities No aggregates
Summary EventSauce Framework agnostic Support for aggregates, process modelling No replay capabilities out of the box https://github.com/spatie/laravel-eventsauce