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
For examples, please refer to the wiki.
Support for php-amqp 2.0.0+ (released in 2023) pending its inclusion in distros and PPAs.
- Copyright (c) 2023 Anthon Pang [email protected]
- Copyright (c) 2015 Chimdi Azubuike [email protected]
See LICENSE for details.
- Anthon Pang robocoder