Skip to content

prooph/event-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc81cf5 · Mar 30, 2017
Mar 30, 2017
Mar 17, 2017
Mar 26, 2017
Mar 30, 2017
Feb 27, 2016
Jan 4, 2017
Nov 11, 2016
Dec 1, 2016
Dec 1, 2016
Feb 26, 2017
Mar 30, 2017
Jan 4, 2017
Oct 6, 2016
Mar 30, 2017
Sep 24, 2015

Repository files navigation

ProophEventStore

PHP 7.1 EventStore Implementation.

Build Status Coverage Status Gitter

Overview

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

Installation

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

Available Persistence Adapters

Available Snapshot Adapters

Quick Start

For a short overview please see the annotated Quickstart in the examples folder.

Documentation

Documentation is in the doc tree, and can be compiled using bookdown.

$ php ./vendor/bin/bookdown docs/bookdown.json
$ php -S 0.0.0.0:8080 -t docs/html/

Then browse to http://localhost:8080/

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.

License

Released under the New BSD License.