An event sourcing library, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.
- Everything is included in the package for event sourcing
- Based on doctrine dbal and their ecosystem
- Developer experience oriented and fully typed
- Automatic snapshot-system to boost your performance
- Split big aggregates into multiple streams
- Versioned and managed lifecycle of subscriptions like projections and processors
- Safe usage of Personal Data with crypto-shredding
- Smooth upcasting of old events
- Simple setup with scheme management and doctrine migration
- Built in cli commands with symfony
- and much more...
composer require patchlevel/event-sourcing
We officially only support the databases and versions listed in the table, as these are tested in the CI. Since the package is based on doctrine dbal, other databases such as OracleDB and MSSQL may also work. But we can only really support the databases if we can also automatically ensure that they don't break due to changes.
Tip
We recommend using PostgreSQL.
Database | Version |
---|---|
PostgreSQL | 12.20, 13.16, 14.13, 15.8, 16.4, 17.0 |
MariaDB | 10.5, 10.6, 10.11, 11.1, 11.4 |
MySQL | 5.7, 8.0, 8.4, 9.0 |
SQLite | 3.x |