PHPackages                             sahil-gulati/reqrequest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sahil-gulati/reqrequest

ActiveLibrary

sahil-gulati/reqrequest
=======================

RabbitMQ 3.3.4 HTTP Api for PHP!

1.0.0(9y ago)580PHPPHP &gt;=5.3

Since Feb 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Sahil-Gulati/REQRequest)[ Packagist](https://packagist.org/packages/sahil-gulati/reqrequest)[ RSS](/packages/sahil-gulati-reqrequest/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

REQRequest
==========

[](#reqrequest)

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
------------

[](#installation)

`composer require sahil-gulati/reqrequest`

**OR**

```
{
    "require": {
        "sahil-gulati/reqrequest": "^1.0"
    }
}
```

Usage
-----

[](#usage)

```

```

List of methods, alias and description
--------------------------------------

[](#list-of-methods-alias-and-description)

Method NameAliasDescriptiongetQueues($vhost)listQueues(...)To get the list of queues in all vhosts or in a given vhost.getExchanges($vhost)listExchanges(...)To get the list of exchanges in all vhosts or in a given vhost.getVHosts()listVHosts()To get the list of vhostsgetPolicies($vhost)listPolicies(...)To get the list of all policies in the given vhostgetParameters($component)listParameters(...)To get list of all parameters present for a given componentgetBindings($vhost)listBindings(...)To get list of all bindingscreateQueue($queueName,$durable,$autoDelete)makeQueue(...)To create a queue with given parameterscreateExchange($exchangeName,$type,$durable,$autoDelete)makeExchange(...)To create an exchange with given parameterscreatePolicy($vhost,$name,$pattern,$definition,$priority,$applyTo)setPolicy(...)Creates a policy in a given virtual host.createUserPermissions($vhost,$username,$configRegex,...)unsetUserPermissions(...),
removeUserPermissions(...)To create a user permission with speciifed parameters.deleteQueue($queueName)removeQueue(...)To remove a specified queuedeleteExchange($exchangeName)removeExchange(...)TO remove an specified exchangedeletePolicy($vhost,$name)removePolicy(...)To remove a policy with specified vhost and policy namedeleteUser($username)removeUser(...)To remove a specified userpurgeQueue($queueName)Purge's a given queue.getMessage($vhost,$queueName,$redeliver,$count,$encoding)retrieveMessage(...)Get no. of messages specified from a given queuegetPolicyInfo($vhost,$name)Get policy information according to specified parameters.getUserInfo($username)Get information for a particular usergetCompleteInfo()Get complete information of the rabbitmq................

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3369d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4a79b65dd0e533c2c09439f130eb834b8ab70826973455cede8bae755dd82f4?d=identicon)[Sahil-Gulati](/maintainers/Sahil-Gulati)

---

Top Contributors

[![Sahil-Gulati](https://avatars.githubusercontent.com/u/19872105?v=4)](https://github.com/Sahil-Gulati "Sahil-Gulati (9 commits)")

### Embed Badge

![Health badge](/badges/sahil-gulati-reqrequest/health.svg)

```
[![Health](https://phpackages.com/badges/sahil-gulati-reqrequest/health.svg)](https://phpackages.com/packages/sahil-gulati-reqrequest)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
