PHPackages                             chella/amqp - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. chella/amqp

ActiveLibrary[Queues &amp; Workers](/categories/queues)

chella/amqp
===========

library

v0.0.1(4y ago)154MITPHP

Since Oct 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AmChella/amqp-client)[ Packagist](https://packagist.org/packages/chella/amqp)[ RSS](/packages/chella-amqp/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

amqp-client
===========

[](#amqp-client)

[![Latest Stable Version](https://camo.githubusercontent.com/2adbc8aa64c20d24541482080adde9389abc5e2ae839b66752a6beeae650443b/68747470733a2f2f706f7365722e707567782e6f72672f6368656c6c612f616d71702f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/chella/amqp)[![Total Downloads](https://camo.githubusercontent.com/3d0fd6a49ef2db34891071e53ca1c4e4952896d8e73039ffd9b825edf2e0341e/68747470733a2f2f706f7365722e707567782e6f72672f6368656c6c612f616d71702f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/chella/amqp)[![Latest Unstable Version](https://camo.githubusercontent.com/cb496acc80778008f24137a4e5b7dbb323bff3693465b4226885d02a55cb23fe/68747470733a2f2f706f7365722e707567782e6f72672f6368656c6c612f616d71702f762f756e737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/chella/amqp)[![License](https://camo.githubusercontent.com/f2436530dbc79a346e77534b9600159be4f304eae4144796298b3f7236c1407b/68747470733a2f2f706f7365722e707567782e6f72672f6368656c6c612f616d71702f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/chella/amqp)

Setup
-----

[](#setup)

Composer
--------

[](#composer)

composer require chella/amqp

Write a service
---------------

[](#write-a-service)

### include autoload

[](#include-autoload)

```
require_once "./vendor/autoload.php";

```

### import service

[](#import-service)

```
use chella\amqp\App;

```

### create instance

[](#create-instance)

```
1st arg is hostname
2nd arg is username
3rd arg is password
4th arg is port
5th arg is vhost

$context = App::context('localhost', 'guest', 'guest', 5672, '/');

```

### publish message

[](#publish-message)

```
1st arg is message
2nd arg is exchange
3rd arg is routing_key

$context->publish('hello world', 'test', 'test_routing');

```

Happy coding

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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

1717d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20120295?v=4)[Chellapandi Soundarapandian](/maintainers/AmChella)[@AmChella](https://github.com/AmChella)

---

Top Contributors

[![AmChella](https://avatars.githubusercontent.com/u/20120295?v=4)](https://github.com/AmChella "AmChella (11 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/chella-amqp/health.svg)

```
[![Health](https://phpackages.com/badges/chella-amqp/health.svg)](https://phpackages.com/packages/chella-amqp)
```

###  Alternatives

[vladimir-yuldashev/laravel-queue-rabbitmq

RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

2.1k10.5M33](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2822.5M7](/packages/bschmitt-laravel-amqp)[jwage/phpamqplib-messenger

Symfony messenger transport for the php-amqplib/php-amqplib library.

88227.2k1](/packages/jwage-phpamqplib-messenger)[hyperf/amqp

A amqplib for hyperf.

231.3M71](/packages/hyperf-amqp)[convenia/pigeon

3334.8k](/packages/convenia-pigeon)

PHPackages © 2026

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