prooph / service-bus-symfony-bundle
Installs: 383 150
Dependents: 5
Suggesters: 0
Security: 0
Stars: 89
Watchers: 19
Forks: 26
Open Issues: 7
Type:symfony-bundle
Requires
- php: ^7.1
- prooph/service-bus: ~6.0
- psr/container: ^1.0
- symfony/config: ~3.3|^4.0
- symfony/dependency-injection: ~3.3|^4.0
- symfony/http-kernel: ~3.3|^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.0
- phpspec/prophecy: ^1.7
- phpstan/phpstan: ^0.9
- phpunit/phpunit: ^6.0
- prooph/bookdown-template: ^0.2.3
- prooph/php-cs-fixer-config: ^0.2
- react/promise: ^2.5
- satooshi/php-coveralls: ^1.0
- symfony/framework-bundle: ~3.3|^4.0
Suggests
- symfony/framework-bundle: ~3.3|^4.0
- symfony/stopwatch: ~3.3|^4.0
This package is auto-updated.
Last update: 2024-11-07 04:30:34 UTC
README
A note about versions
Version 0.4 of the bundle works with prooph/service-bus
v6.0 and above.
Use version 0.3 for prooph/service-bus
5.x.
Installation
Installation of this Symfony bundle uses Composer. For Composer documentation, please refer to getcomposer.org.
Run composer require prooph/service-bus-symfony-bundle
to install prooph service-bus-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/service-bus-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.