Skip to content

prooph/event-store-symfony-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a502004 ยท May 28, 2024
May 28, 2024
Jun 22, 2021
May 27, 2024
May 21, 2024
Jul 29, 2016
Apr 21, 2021
Dec 13, 2019
Jun 22, 2021
May 11, 2021
Jan 24, 2022
Jul 29, 2016
Apr 21, 2021
Jul 29, 2016
Jun 22, 2021
May 28, 2024
Dec 13, 2019
Jun 22, 2021

Repository files navigation

ProophEventStore Symfony bundle

Tests Status Analyse 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.

Migration from 0.8.0 to 0.9.0

After 0.8.0 prooph/event-sourcing dependency was dropped. If you implemented your business logic based on that component you can still run your application although, you will have to do some additional work. Please follow migration instructions for that.

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.