https://github.com/driftphp/amqp-bundle
AMQP bundle for DriftPHP
https://github.com/driftphp/amqp-bundle
amqp async bunny driftphp rabbit symfony
Last synced: 8 months ago
JSON representation
AMQP bundle for DriftPHP
- Host: GitHub
- URL: https://github.com/driftphp/amqp-bundle
- Owner: driftphp
- License: mit
- Created: 2019-11-26T13:25:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T22:21:19.000Z (over 4 years ago)
- Last Synced: 2025-04-18T14:53:48.471Z (9 months ago)
- Topics: amqp, async, bunny, driftphp, rabbit, symfony
- Language: PHP
- Homepage: https://driftphp.io
- Size: 22.5 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DriftPHP - AMQP adapter
[](https://circleci.com/gh/driftphp/amqp-bundle)
This is a simple adapter for AMQP on top of ReactPHP and DriftPHP. Following
the same structure that is followed in the Symfony ecosystem, you can use this
package as a Bundle, only usable under DriftPHP Framework.
Some first steps for you!
- [Go to DOCS](https://driftphp.io/#/?id=amqp-adapter)
or
- [Try a demo](https://github.com/driftphp/demo)
- [Install the skeleton](https://github.com/driftphp/skeleton)