PHPackages                             pekkis/queue - 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. pekkis/queue

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

pekkis/queue
============

Queue abstraction library

v4.0.0(7y ago)18129.9k6[1 issues](https://github.com/pekkis/queue/issues)2BSD-3-ClausePHPPHP &gt;=7.1

Since Jan 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/pekkis/queue)[ Packagist](https://packagist.org/packages/pekkis/queue)[ Docs](http://github.com/pekkis/queue)[ RSS](/packages/pekkis-queue/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (7)Versions (25)Used By (2)

Pekkis Queue
============

[](#pekkis-queue)

[![Build Status](https://camo.githubusercontent.com/d1b4bfd6778f1b9833316de52efa28bd0a1eaec6c1e5cda879daaf45395e9897/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f70656b6b69732f71756575652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/pekkis/queue)

A small, opinionated queue abstraction library based on discovered needs. Extracted from Xi Filelib and other assorted projects.

What does it do?
----------------

[](#what-does-it-do)

A message consists of a topic and arbitrary data (basic serializable data supported by default, custom serializers can be added). Messages are moved and grooved through a queue. The library extracts a simple, 80/20 like domain for it's method of operation and abstracts away the differences in message queue backends.

Status
------

[](#status)

The project is purely in maintenance mode. I have "moved on" since, code mostly JS &amp; React these days.

If you want to maintain this, holler!

Quickstart
----------

[](#quickstart)

```
