lidskasila / prooph
Nette extension for original Prooph toolbox of CQRS and EventSourcing Infrastructure for PHP.
Installs: 2 617
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 9
Forks: 1
Open Issues: 0
Requires
- php: >=7.0
- nette/di: ^2.4
- prooph/event-sourcing: ^5.2
- prooph/event-store-bus-bridge: ^3.0
- prooph/pdo-event-store: ^1.5
- prooph/service-bus: ^6.0
- psr/container: ^1.0
- sandrokeil/interop-config: ^2.1
Requires (Dev)
- mockery/mockery: ^0.9
- nette/bootstrap: ^2.4
- phpstan/phpstan: ^0.7
- phpunit/phpunit: ^6.2
- react/promise: ^2.5
This package is not auto-updated.
Last update: 2024-10-27 03:37:28 UTC
README
Nette extension for prooph toolbox family.
Why bother?
- It allows you to configure prooph libraries through Nette *.neon config
- It allows you to configure routes for asynchronous messaging with simple bridge interface to adapt your infrastructure.
Quick start
1) Install this Nette extension through composer
composer require lidskasila/prooph
2) Register package in your config.neon
extensions: prooph: LidskaSila\Prooph\ProophExtension
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.