PHPackages                             michsindelar/phprsmq - 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. michsindelar/phprsmq

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

michsindelar/phprsmq
====================

PHP implementation of the Redis Simple Message Queue.

1.0.1(5y ago)132.2k5[1 PRs](https://github.com/michsindelar/PhpRSMQ/pulls)MITPHPPHP &gt;=7.0.0CI failing

Since May 29Pushed 4y ago1 watchersCompare

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

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

[![RSMQ: Redis Simple Message Queue for PHP](https://camo.githubusercontent.com/2ac316017a48c129a5c65637b7e286f9b82d7247638a372cfe42bb9e57c5eba5/68747470733a2f2f696d672e7765626d6172742e64652f72736d715f776964652e706e67)](https://camo.githubusercontent.com/2ac316017a48c129a5c65637b7e286f9b82d7247638a372cfe42bb9e57c5eba5/68747470733a2f2f696d672e7765626d6172742e64652f72736d715f776964652e706e67)

PHP Redis Simple Message Queue
==============================

[](#php-redis-simple-message-queue)

PHP implementation of .

System Requirements
-------------------

[](#system-requirements)

- php7
- php-redis extension

Installation
------------

[](#installation)

The recommended way to install this library is through [Composer](http://getcomposer.org):

```
$ composer require michsindelar/PhpRSMQ "^1.0.0"
```

Basic usage
-----------

[](#basic-usage)

```
