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

v2.0.0 2023-03-24 21:01 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

  1. Fork repository
  2. Create your feature branch (git checkout -b new-feature-name)
  3. Code your improvement or feature
  4. Write tests
  5. Create new Pull Request