ecentria / ecentria-apievents-bundle
Generic consumer and standard event message model meant to pull in a domain event message from rabbitmq and repeat it as a symfony event to all listening services
Installs: 3 487
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 30
Forks: 7
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=7.0
- jms/serializer-bundle: ^1.1|^2.0|^3.0
- php-amqplib/rabbitmq-bundle: 1.*
- symfony/event-dispatcher: ^3.0|^4.0|^5.0
Requires (Dev)
- phpunit/phpunit: ^6.5
- symfony/framework-bundle: ^3.4|^4.0
This package is auto-updated.
Last update: 2025-01-25 00:37:42 UTC
README
Generic consumer and standard event message model meanth to pull in a domain event message from rabbitmq and repeat it as a symfony event to all listening services
Documentation
Documentation for Ecentria Rest Bundle is in Resources/doc/index.md
Installation
Installation instructions can be found in the documentation
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
For contributors
- Fork repository
- Create your feature branch (
git checkout -b new-feature-name
) - Code your improvement or feature
- Write tests
- Create new Pull Request