vipsoft / amqprpc
AMQP RPC Client/Server
1.0.2
2023-11-13 00:23 UTC
Requires
- php: >=5.6.40
- ext-amqp: >=1.9.3
This package is auto-updated.
Last update: 2024-10-13 02:43:34 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