PHPackages                             phpinnacle/ridge - 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. phpinnacle/ridge

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

phpinnacle/ridge
================

PHPinnacle async AMQP client

1.3.4(2y ago)5137.4k↑20%12[3 issues](https://github.com/phpinnacle/ridge/issues)3MITPHPPHP &gt;=8.1

Since Jan 15Pushed 2y ago6 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (17)Used By (3)

PHPinnacle Ridge
================

[](#phpinnacle-ridge)

[![Latest Version on Packagist](https://camo.githubusercontent.com/af927b9a4f759fff8ce85b383c6625e8dccefc324f7a74fdcf23d1c0d6f20a08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706870696e6e61636c652f72696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpinnacle/ridge)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Continuous Integration](https://github.com/phpinnacle/ridge/workflows/Continuous%20Integration/badge.svg)](https://github.com/phpinnacle/ridge/workflows/Continuous%20Integration/badge.svg)[![Shepherd](https://camo.githubusercontent.com/10d47a03325810554656ebfb56c4f81728d49c6ff61de7856e4a7c88ebf117de/68747470733a2f2f73686570686572642e6465762f6769746875622f706870696e6e61636c652f72696467652f636f7665726167652e737667)](https://shepherd.dev/github/phpinnacle/ridge)[![Total Downloads](https://camo.githubusercontent.com/9d843899f8f7848f416914f8a93db3e9a4f6b97fac5f3ffaaa2a80a3a2298dc2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706870696e6e61636c652f72696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpinnacle/ridge)

This library is a pure asynchronous PHP implementation of the AMQP 0-9-1 protocol.

Code is mostly based on [bunnyphp](https://github.com/jakubkulhan/bunny), but use [amphp](https://amphp.org) for async operations.

Install
-------

[](#install)

Via Composer

```
$ composer require phpinnacle/ridge
```

Basic Usage
-----------

[](#basic-usage)

```
