Download the PHP package tomcizek/symfony-prooph without Composer
On this page you can find all versions of the php package tomcizek/symfony-prooph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomcizek/symfony-prooph
More information about tomcizek/symfony-prooph
Files in tomcizek/symfony-prooph
Download tomcizek/symfony-prooph
More information about tomcizek/symfony-prooph
Files in tomcizek/symfony-prooph
Vendor tomcizek
Package symfony-prooph
Short Description Symfony Prooph Bundle which allows you to configure prooph components through yml symfony config.
License MIT
Package symfony-prooph
Short Description Symfony Prooph Bundle which allows you to configure prooph components through yml symfony config.
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-prooph
tomcizek/symfony-prooph
Symfony Bundle extension for prooph toolbox family.
Why bother?
- It allows you to configure prooph libraries through Symfony *.yml config with same array structure as prooph interop factories have.
- It allows you to configure routes for asynchronous messaging with simple bridge interface to adapt your infrastructure.
New to Prooph, DDD, CQRS or Event Sourcing? Hunting for inspiration and learning sources?
Pros and cons
Cons
- It uses interop factories, so services are created runtime, not compile time
- It includes all major prooph components, so you might have vendor packages you might not be using (will be solved in future)
- Still not fully tested in real production
Pros
- It uses interop factories, so it does not mimicating prooph interop factories, thus 1] has all prooph default config features and 2] structure will never be out of date.
- It includes all major prooph components, so it's easy to use when you want to use all major parts of prooph toolbox (I know that's alibistic).
Quick start
1) Install this library through composer
composer require tomcizek/symfony-prooph
2) Register these Bundles in your kernel (individually, but might be app/AppKernel.php)
3) Setup your configuration for prooph components in your symfony *.yml config!
Documentation
Contribute
Please feel free to fork and extend existing or add new features 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.
All versions of symfony-prooph with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
psr/container Version ^1.0
prooph/service-bus Version ^6.0
prooph/event-store Version ^7.2
prooph/pdo-event-store Version ^1.5
prooph/event-store-bus-bridge Version ^3.0
prooph/event-sourcing Version ^5.2
proophsoftware/prooph-interop-bundle Version ^0.1.1
sandrokeil/interop-config Version ^2.1
psr/container Version ^1.0
prooph/service-bus Version ^6.0
prooph/event-store Version ^7.2
prooph/pdo-event-store Version ^1.5
prooph/event-store-bus-bridge Version ^3.0
prooph/event-sourcing Version ^5.2
proophsoftware/prooph-interop-bundle Version ^0.1.1
sandrokeil/interop-config Version ^2.1
The package tomcizek/symfony-prooph contains the following files
Loading the files please wait ....