Download the PHP package patchlevel/event-sourcing without Composer
On this page you can find all versions of the php package patchlevel/event-sourcing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download patchlevel/event-sourcing
More information about patchlevel/event-sourcing
Files in patchlevel/event-sourcing
Package event-sourcing
Short Description A lightweight but also all-inclusive event sourcing library with a focus on developer experience
License MIT
Homepage https://event-sourcing.patchlevel.io
Informations about the package event-sourcing
Event-Sourcing
An event sourcing library, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.
Features
- 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...
Installation
Documentation
Integration
Supported databases
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 |
Sponsors
All versions of event-sourcing with dependencies
doctrine/dbal Version ^4.0.0
doctrine/migrations Version ^3.3.2
patchlevel/hydrator Version ^1.8.0
patchlevel/worker Version ^1.4.0
psr/cache Version ^2.0.0 || ^3.0.0
psr/clock Version ^1.0
psr/container Version ^2.0
psr/event-dispatcher Version ^1.0
psr/log Version ^2.0.0 || ^3.0.0
psr/simple-cache Version ^2.0.0 || ^3.0.0
ramsey/uuid Version ^4.7.0
symfony/console Version ^5.4.32 || ^6.4.1 || ^7.0.1
symfony/finder Version ^5.4.27 || ^6.4.0 || ^7.0.0
symfony/type-info Version ^7.2.0