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

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

puzzle/amqp
===========

AMQP implementation based on PECL extension

8.3.2(9mo ago)348.1k↓44.4%6[1 issues](https://github.com/puzzle-org/amqp/issues)[4 PRs](https://github.com/puzzle-org/amqp/pulls)MITPHPPHP &gt;=8.3

Since Apr 6Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/puzzle-org/amqp)[ Packagist](https://packagist.org/packages/puzzle/amqp)[ RSS](/packages/puzzle-amqp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (15)Versions (34)Used By (0)

Puzzle AMQP [![PHP >= 8.0](https://camo.githubusercontent.com/29f23cb80f394c24fce6d356a21f581989c706a5885778f9227ba0343f54573d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d626c75652e737667)](https://camo.githubusercontent.com/29f23cb80f394c24fce6d356a21f581989c706a5885778f9227ba0343f54573d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d626c75652e737667)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#puzzle-amqp--)

PHP 5.6 &amp; 7.x users, please use &lt; 5.x versions.

QA
--

[](#qa)

ServiceResult**CI** (PHP 8.3 .. 8.4)[![CI](https://github.com/puzzle-org/configuration/actions/workflows/ci.yml/badge.svg)](https://github.com/puzzle-org/amqp/actions/workflows/ci.yml)**Packagist**[![Latest Stable Version](https://camo.githubusercontent.com/130da07abba23fe215889aff25d9b59f187774d5bef2c8332889b41cef3c6f55/68747470733a2f2f706f7365722e707567782e6f72672f70757a7a6c652f616d71702f762f737461626c652e706e67)](https://packagist.org/packages/puzzle/amqp) [![Total Downloads](https://camo.githubusercontent.com/66ef0e56fcc60a9cff434bb694145a956d750e4c1313b44cc224f4b83b487a71/68747470733a2f2f706f7365722e707567782e6f72672f70757a7a6c652f616d71702f646f776e6c6f6164732e737667)](https://packagist.org/packages/puzzle/amqp)Configuration
-------------

[](#configuration)

```
# amqp.yml
broker:
    host: myRabbit
    port: 5672
    login: guest
    password: guest
    vhost: /
global:
    disallowSilentDropping: false

# app.yml
id: myApp
```

Usage
-----

[](#usage)

Sending a message
-----------------

[](#sending-a-message)

```
