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 11mo ago1 watchersCompare

[ Source](https://github.com/AmChella/amqp-client)[ Packagist](https://packagist.org/packages/chella/amqp)[ RSS](/packages/chella-amqp/feed)WikiDiscussions main Synced 1w 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 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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

1669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d74f4012e78dc323c1fee8b15646d366c44d57bcb8a8eb67d6d93438c887bb59?d=identicon)[AmChella](/maintainers/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.1k9.8M30](/packages/vladimir-yuldashev-laravel-queue-rabbitmq)[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M65](/packages/php-amqplib-rabbitmq-bundle)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[enqueue/amqp-lib

Message Queue Amqp Transport

1078.5M61](/packages/enqueue-amqp-lib)[jwage/phpamqplib-messenger

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

84149.7k1](/packages/jwage-phpamqplib-messenger)[mikemadisonweb/yii2-rabbitmq

Wrapper based on php-amqplib to incorporate messaging in your Yii2 application via RabbitMQ. Inspired by RabbitMqBundle for Symfony 2, really awesome package.

74262.1k1](/packages/mikemadisonweb-yii2-rabbitmq)

PHPackages © 2026

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