Download the PHP package prooph/event-store-doctrine-adapter without Composer
On this page you can find all versions of the php package prooph/event-store-doctrine-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/event-store-doctrine-adapter
More information about prooph/event-store-doctrine-adapter
Files in prooph/event-store-doctrine-adapter
Package event-store-doctrine-adapter
Short Description Doctrine Adapter for ProophEventStore
License BSD-3-Clause
Homepage http://getprooph.org/
Informations about the package event-store-doctrine-adapter
Doctrine Adapter for ProophEventStore
CAUTION: The Doctrine adapter is not compatible With prooph/event-store v7. Use the new PDO Event Store instead! Support for the adapter will end at 31 December 2017.
Use Prooph Event Store with Doctrine DBAL.
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 EventStoreSchema tool which you can use an a doctrine migrations scirpt.
The database schema is only a suggestion. The
aggregate_type
column has a length of 150 chars. If you have very long class names you should increase this length, otherwise it could lead to errors in your application. This length should be equal with theaggregate_type
length in the snapshot table.
Limitations
When using MySQL while enabling oneStreamPerAggregate
option, the transaction handling is broken!
For more information see: https://github.com/prooph/pdo-event-store/issues/6
Requirements
- PHP >= 5.5
- Doctrine DBAL ^2.4
- Prooph Event Store ^5.0
License
Released under the New BSD License.
All versions of event-store-doctrine-adapter with dependencies
prooph/event-store Version ^6.3
doctrine/dbal Version ^2.5
beberlei/assert Version ^2.3
prooph/common Version ^3.7