prooph / event-store-symfony-bundle
Installs: 124 333
Dependents: 11
Suggesters: 0
Security: 0
Stars: 91
Watchers: 17
Forks: 40
Open Issues: 16
Type:symfony-bundle
Requires
- php: ^7.1
- ext-json: *
- ext-pdo: *
- prooph/event-store: ^7.0
- symfony/config: ^3.4 || ^4.4 || ^5.0
- symfony/dependency-injection: ^3.4 || ^4.4 || ^5.0
- symfony/framework-bundle: ^3.4 || ^4.4 || ^5.0
- symfony/http-kernel: ^3.4 || ^4.4 || ^5.0
Requires (Dev)
- bookdown/bookdown: 1.x-dev as 1.0.0
- friendsofphp/php-cs-fixer: ^2.8.1
- matthiasnoback/symfony-dependency-injection-test: ^3.1 || ^4.1
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^7 || ^8
- prooph/bookdown-template: ^0.2.3
- prooph/event-sourcing: ^5.0
- prooph/pdo-event-store: ^1.0
- prooph/php-cs-fixer-config: ^0.2.1
- prooph/snapshot-store: ^1.0
- symfony/yaml: ^3.4 || ^4.4 || ^5.0
Suggests
- prooph/event-store-bus-bridge: To Marry CQRS (ProophSerivceBus) with Event Sourcing
This package is auto-updated.
Last update: 2020-12-21 17:08:39 UTC
README
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
- Ask questions on Stack Overflow tagged with #prooph.
- File issues at https://github.com/prooph/event-store-symfony-bundle/issues.
- Say hello in the prooph gitter chat.
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.