fproject / amqp-helper
AMQP Helper Component Library
1.1.7
2018-04-02 05:18 UTC
Requires
- php: >=5.4.0
- fproject/php-common: *
- php-amqplib/php-amqplib: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-10 10:23:07 UTC
README
INSTALLATION
The preferred way to install this library is through composer.
You can either run:
php composer.phar require fproject/amqp-helper "*"
or add this block to the require section of your composer.json
file:
"require" : { "php" : ">=5.4.0", "fproject/amqp-helper": "*", // ... }
REQUIREMENTS
The minimum requirement by amqp-helper:
- Your Web server supports PHP 5.4 or above
##LICENSE
amqp-helper is released under the Apache 2.0 License. See the bundled LICENSE.md
for details.
##LINKS