Download the PHP package prooph/prooph-event-store-module without Composer
On this page you can find all versions of the php package prooph/prooph-event-store-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prooph/prooph-event-store-module
More information about prooph/prooph-event-store-module
Files in prooph/prooph-event-store-module
Package prooph-event-store-module
Short Description ZF2 module that provides default functionality to use ProophEventStore in a ZF2 application
License BSD-3-Clause
Homepage https://github.com/prooph/ProophEventStoreModule
Informations about the package prooph-event-store-module
ProophEventStoreModule
[deprecated] Zend Framework 2 Module for ProophEventStore This module only support ProophEventStore <= 2.x. If you want to use PES v3+ with ZF2 then checkout proophessor
Installation
You can install ProophEventStoreModule via composer by adding "prooph/prooph-event-store-module": "~2.0"
as requirement to your composer.json.
Post installation
Enabling it in your application.config.php
file.
Configuration
DB Configuration
Copy the prooph.eventstore.db.local.php to your
config/autoload
directory and adjust the config to meet your needs. This config has the .local.php
cause it requests you to configure
a database connection (if you do not use the application wide configured Zend\Db\Adapter\Adapter) and should not be included in version control.
EventStore Configuration
Copy the prooph.eventstore.global.php to your
config/autoload
directory and adjust the config to meet your needs.
Retrieve ProophEventStore
The ProophEventStore can be retrieved from ServiceManager by using the alias prooph.event_store
All versions of prooph-event-store-module with dependencies
prooph/event-store Version ~2.0
prooph/event-store-zf2-adapter Version ~0.3
codeliner/array-reader Version ~1.1
zendframework/zend-loader Version ~2.3
zendframework/zend-servicemanager Version ~2.3
zendframework/zend-modulemanager Version ~2.3
zendframework/zend-mvc Version ~2.3