prooph / event-store-zf2-adapter
This package is abandoned and no longer maintained.
The author suggests using the prooph/event-store-doctrine-adapter package instead.
ZF2 DB Adapter for ProophEventStore
v1.0
2015-05-01 20:12 UTC
Requires
- php: >=5.5
- beberlei/assert: ~2.0
- zendframework/zend-db: ~2.3
- zendframework/zend-serializer: ~2.3
Requires (Dev)
- phpunit/phpunit: 3.7.*
- prooph/event-store: dev-master
- satooshi/php-coveralls: dev-master
README
This package is abandoned and no longer maintained. we suggest using the prooph/event-store-doctrine-adapter instead.
Use ProophEventStore with ZF2 DB.
Database Set Up
The database structure depends on the stream strategies you want to use for your aggregate roots. You can find example SQLs for MySql in the scripts folder and an example script of how you can use the adapter to generate stream tables.
License
Released under the New BSD License.