Skip to content

B1naryStudio/php-event-sourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-event-sourcing

php event sourcing library
see Martin's Fowler article

The fundamental idea of Event Sourcing is that of ensuring every change to the state of an application is captured in an event object, and that these event objects are themselves stored in the sequence they were applied for the same lifetime as the application state itself.

work in progress

About

php event sourcing library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages