sahil-gulati / reqrequest
There is no license information available for the latest version (1.0.0) of this package.
RabbitMQ 3.3.4 HTTP Api for PHP!
1.0.0
2017-02-18 05:27 UTC
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2025-01-08 03:46:52 UTC
README
REQRequest is Rabbitmq Exchange Queue Request. This library is not only bound to exchanges, queues, but you can define parameters of policy of federation, shovel etc. and it is based on Rabbitmq v3.3.4 HTTP.
Installation
composer require sahil-gulati/reqrequest
OR
{ "require": { "sahil-gulati/reqrequest": "^1.0" } }
Usage
<?php use REQRequest\Rabbitmq; require 'vendor/autoload.php'; $request= new Rabbitmq(); $result=$request->listQueues(); print_r($result); ?>