https://github.com/prooph/event-store-zf2-adapter
[Abandoned] ZF2 DB Adapter for ProophEventStore
https://github.com/prooph/event-store-zf2-adapter
Last synced: 11 months ago
JSON representation
[Abandoned] ZF2 DB Adapter for ProophEventStore
- Host: GitHub
- URL: https://github.com/prooph/event-store-zf2-adapter
- Owner: prooph
- License: bsd-3-clause
- Created: 2014-08-31T22:31:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T23:18:21.000Z (almost 11 years ago)
- Last Synced: 2025-07-06T18:42:59.018Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
event-store-zf2-adapter
=======================
*This package is abandoned and no longer maintained. we suggest using the [prooph/event-store-doctrine-adapter](https://github.com/prooph/event-store-doctrine-adapter) instead.*
[](https://travis-ci.org/prooph/event-store-zf2-adapter)
[](https://coveralls.io/r/prooph/event-store-zf2-adapter)
Use [ProophEventStore](https://github.com/prooph/event-store) with [ZF2 DB](https://github.com/zendframework/zf2/tree/master/library/Zend/Db).
Database Set Up
---------------
The database structure depends on the [stream strategies](https://github.com/prooph/event-store#streamstrategies) you want to use for your aggregate roots.
You can find example SQLs for MySql in the [scripts folder](https://github.com/prooph/event-store-zf2-adapter/blob/master/scripts/)
and an [example script](https://github.com/prooph/event-store-zf2-adapter/blob/master/examples/create-schema.php) of how you can use the adapter to generate stream tables.
License
-------
Released under the [New BSD License](https://github.com/prooph/event-store-zf2-adapter/blob/master/LICENSE).