PHPackages                             davislar/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. davislar/amqp

ActiveLibrary

davislar/amqp
=============

AMQP queue

1.1(7y ago)05651MITPHPPHP ^5.4.0 || ^7.0

Since Jul 3Pushed 7y agoCompare

[ Source](https://github.com/Davislar/AMQP-queue)[ Packagist](https://packagist.org/packages/davislar/amqp)[ Docs](https://github.com/Davislar/AMQP-queue)[ RSS](/packages/davislar-amqp/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (1)Versions (12)Used By (0)

AMQP-queue
==========

[](#amqp-queue)

AMQP queue

### Install

[](#install)

```
composer require davislar/amqp

```

### Config

[](#config)

```
     [
         'pidDir' => '/var/www/AMQP-queue/runtime',
         'amqp' => [
             'host' => 'localhost',
             'port' => 5670,
             'vhost' => '/',
             'user' => 'guest',
             'pass' => 'guest',
             'persisted' => false,
             'connection_timeout' => 10000,
         ],
         'queues' => [
             [
                 'name' => '111',
                 'flags' => [
                     AMQPInitInterface::FLAG_DURABLE
                 ],
             ],
             [
                 'name' => '222',

             ]
         ],
         'exchanges' => [
             [
                 'name' => '111',
                 'type' => AMQPInitInterface::TYPE_DIRECT,
                 'flags' => [
                     AMQPInitInterface::FLAG_DURABLE
                 ],
                 'arguments' => [
                     AMQPInitInterface::ARGUMENT_MAX_LENGTH => 20000
                 ],
                 'binds' => [
                     [
                         'queue' => '111'
                     ]
                 ]
             ],
             [
                 'name' => '1111',
                 'binds' => [
                     [
                         'queue' => '222',
                         'key' => '1'
                     ]
                 ]
             ]
         ],
         'consumers' => [
             [
                 'name' => 'testName',
                 'enabled' => true,
                 'queue' => '111',
                 'router' => [
                     'manager' => [
                         \Davislar\AMQP\tests\TestAction::class,
                         \Davislar\AMQP\tests\Test2Action::class
                     ]
                 ]
             ]
         ],
         'messengers' => [
             [
                 'class' => ConsoleHandler::class,
                 'config' => [
                     'levels' => [
                         MassageHandler::VERBOSE_NOTICE,
                         MassageHandler::VERBOSE_LOG,
                         MassageHandler::VERBOSE_ERROR,
                         MassageHandler::VERBOSE_WARNING
                     ]
                 ]
             ]
         ]
     ]

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

Every ~54 days

Recently: every ~68 days

Total

6

Last Release

2596d ago

Major Versions

v0.1.0 → 1.02019-03-03

PHP version history (2 changes)v0.0.1PHP &gt;=5.4.0

1.0PHP ^5.4.0 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8228e6d09ce8b49f93b391b35b4a6d12d319ac583a694ef17839a86feb059732?d=identicon)[Davislar](/maintainers/Davislar)

---

Top Contributors

[![Davislar](https://avatars.githubusercontent.com/u/21924542?v=4)](https://github.com/Davislar "Davislar (8 commits)")[![Davislar87](https://avatars.githubusercontent.com/u/111131123?v=4)](https://github.com/Davislar87 "Davislar87 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[nuwber/rabbitevents

The Nuwber RabbitEvents package

120515.8k3](/packages/nuwber-rabbitevents)

PHPackages © 2026

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