https://github.com/prooph/humus-amqp-producer
HumusAmqp Producer for Prooph Service Bus
https://github.com/prooph/humus-amqp-producer
amqp php php7 prooph prooph-service-bus rabbitmq
Last synced: about 2 months ago
JSON representation
HumusAmqp Producer for Prooph Service Bus
- Host: GitHub
- URL: https://github.com/prooph/humus-amqp-producer
- Owner: prooph
- License: bsd-3-clause
- Created: 2016-06-08T12:27:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T21:35:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T00:09:21.589Z (7 months ago)
- Topics: amqp, php, php7, prooph, prooph-service-bus, rabbitmq
- Language: PHP
- Homepage: http://getprooph.org
- Size: 151 KB
- Stars: 12
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Prooph ServiceBus HumusAmqp Producer
Use [HumusAmqp](https://github.com/prolic/HumusAmqp) as message producer for [Prooph Service Bus](https://github.com/prooph/service-bus).
[](https://travis-ci.org/prooph/humus-amqp-producer)
[](https://coveralls.io/github/prooph/humus-amqp-producer?branch=master)
[](https://gitter.im/prooph/improoph)## Important
This library will receive support until December 31, 2019 and will then be deprecated.
For further information see the official announcement here: [https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html](https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html)
## Differences betweeen v1 and v2
v1 is compatible with [Prooph\ServiceBus](http://github.com/prooph/service-bus) 5.0 while the newer v2
supports 6.0 of `Prooph\ServiceBus`.## Installation
You can install prooph/humus-amqp-producer via composer by adding `"prooph/humus-amqp-producer": "^1.0"` as requirement to your composer.json.
## Documentation
Documentation is [in the docs tree](docs/), and can be compiled using [bookdown](http://bookdown.io).
```console
$ php ./vendor/bin/bookdown docs/bookdown.json
$ php -S 0.0.0.0:8080 -t docs/html/
```Then browse to [http://localhost:8080/](http://localhost:8080/)
Note: HumusAmqp is not covered in the documentation. If you're new to AMQP and/ or RabbitMQ and you don't know
how to configure HumusAmqp, take a look at the [HumusAmqp Docs](https://humusamqp.readthedocs.io/en/latest/) first.## Support
- Ask questions on Stack Overflow tagged with [#prooph](https://stackoverflow.com/questions/tagged/prooph).
- File issues at [https://github.com/prooph/humus-amqp-producer/issues](https://github.com/prooph/humus-amqp-producer/issues).
- Say hello in the [prooph gitter](https://gitter.im/prooph/improoph) 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](LICENSE).