prooph/event-store-symfony-bundle
Maintainers
Package info
github.com/prooph/event-store-symfony-bundle
Type:symfony-bundle
pkg:composer/prooph/event-store-symfony-bundle
Requires
- php: ^7.4|^8.0
- ext-json: *
- ext-pdo: *
- prooph/event-store: ^7.9.0
- symfony/config: ^5.4 || ^6.4 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.4 || ^7.0
- symfony/framework-bundle: ^5.4 || ^6.4 || ^7.0
- symfony/http-kernel: ^5.4.39 || ^6.4 || ^7.0
- symfony/messenger: ^5.4 || ^6.4 || ^7.0
Requires (Dev)
- bookdown/bookdown: ^1.1
- friendsofphp/php-cs-fixer: ^3.5
- matthiasnoback/symfony-dependency-injection-test: ^3.1 || ^4.1 || ^5.1
- phpstan/phpstan: ^1.5
- phpunit/phpunit: ^9
- prooph/bookdown-template: ^0.3
- prooph/pdo-event-store: ^1.12
- prooph/php-cs-fixer-config: ^0.5.0
- symfony/yaml: ^5.4 || ^6.4 || ^7.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause a502004ed41922153c0835b3d5c2fb7451d504c7
- Alexander Miertsch <kontakt.woop@codeliner.ws>
- Sascha-Oliver Prolic <saschaprolic.woop@googlemail.com>
- Malte BlΓ€ttermann <malte.blaettermann.woop@googlemail.com>
- Ralf Junghanns <ralf.junghanns.woop@gmail.com>
- Oskar Pfeifer-Bley <oskar.woop@programming-php.net>
This package is auto-updated.
Last update: 2026-06-10 08:28:23 UTC
README
π 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
- 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.
