vipsoft / amqprpc
AMQP RPC Client/Server
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/vipsoft/amqprpc
Requires
- php: >=5.6.40
- ext-amqp: >=1.9.3
This package is auto-updated.
Last update: 2025-09-13 05:08:00 UTC
README
Generic AMQP RPC Client/Server classes using the PHP AMQP extension.
These classes were extracted and refactored from the RabbitMQ RPC tutorial:
- https://www.rabbitmq.com/tutorials/tutorial-six-php.html
- https://github.com/rabbitmq/rabbitmq-tutorials/tree/main/php-amqp
Examples
For examples, please refer to the wiki.
Caveats
Support for php-amqp 2.0.0+ (released in 2023) pending its inclusion in distros and PPAs.
Copyright
- Copyright (c) 2023 Anthon Pang apang@softwaredevelopment.ca
- Copyright (c) 2015 Chimdi Azubuike me@chimdi.com
See LICENSE for details.
Contributors
- Anthon Pang robocoder