Event Sourcing Package
"Verbs is a Laravel package that allows you to derive the state of your application from the events that have occurred. It's a simple, but extremely powerful, way to design your applications.
Verbs is great for...
- Applications that need to be auditable
- Applications whose schema may change over time
- Applications with complex business logic
It aims to take all the good things about event sourcing, and remove as much of the boilerplate and jargon as possible. Think in Verbs… not nouns."
Thunk
@ThunkDev