UFOMelkor / event-store-symfony-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProophEventStore Symfony bundle

Build Status Coverage Status Gitter

Installation

Installation of this Symfony bundle uses Composer. For Composer documentation, please refer to getcomposer.org.

Run composer require prooph/event-store-symfony-bundle to install prooph event-store-symfony-bundle.

See Symfony Proophessor-Do demo application for an example.

Documentation

For the latest online documentation visit http://getprooph.org/.

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

$ ./vendor/bin/bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/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.

About

License:Other


Languages

Language:PHP 100.0%