Skip to content

ad3n/event-store

 
 

Repository files navigation

ProophEventStore

PHP 5.5+ EventStore Implementation.

Build Status Coverage Status Gitter

Overview

Prooph Event Store is capable of persisting event objects that are organized in streams. The EventStore itself is a facade for different persistence adapters (see the list below) and adds event-driven hook points for plugins which make the Event Store highly customizable.

Installation

You can install prooph/event-store via composer by adding "prooph/event-store": "~5.0" as requirement to your composer.json.

Available Persistence Adapters

Quick Start

For a short overview please see the annotated quickstart.php script.

Documentation

Support

Contribute

Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.

Dependencies

Please refer to the project composer.json for the list of dependencies.

License

Released under the New BSD License.

About

PHP 5.5+ EventStore Implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%