simple-es / event-sourcing
A "simple" Event Sourcing library for PHP
dev-master / 1.0.x-dev
2015-07-04 19:58 UTC
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: ~4.3
- squizlabs/php_codesniffer: ~2.1
Suggests
- simple-es/doctrine-dbal-bridge: A bridge for using Doctrine DBAL as event store
- simple-es/jms-serializer-bridge: A bridge for using JMS Serializer to (de)serialize data
- simple-es/message-bus-bridge: A bridge for using SimpleBus MessageBus
- simple-es/ramsey-uuid-bridge: A bridge for using Ramsey Uuid to generate UUIDs
This package is not auto-updated.
Last update: 2024-11-05 04:45:40 UTC
README
A "simple" Event Sourcing library for PHP, inspired by Buttercup.Protects and Broadway, following the philosophy of SimpleBus.
Authored by Jasper N. Brouwer.
Under the collective flag of Future500 B.V.
Installation
composer.phar require simple-es/event-sourcing ~1.0@dev
Documentation
Please visit https://simple-es.github.io for the complete documentation.