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

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

timur-flush/queue
=================

Queue.

v1.0.2(7y ago)131BSD-3-ClausePHPPHP ^7.2.0

Since Jul 21Pushed 7y agoCompare

[ Source](https://github.com/TimurFlush/Queue)[ Packagist](https://packagist.org/packages/timur-flush/queue)[ RSS](/packages/timur-flush-queue/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/ae3f4bc739e2269953cff69cfaf71ccbd308b396718b90cd685aaad44006cec7/68747470733a2f2f7472617669732d63692e6f72672f54696d7572466c7573682f51756575652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/TimurFlush/Queue)[![Coverage Status](https://camo.githubusercontent.com/1bd97ce8d09fe5ab792421c7ae36ee54374efa1d4514ebb248667e9047315290/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f54696d7572466c7573682f51756575652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/TimurFlush/Queue?branch=master)

Queue
=====

[](#queue)

Component provides a unified API across a variety of different queue services. Queues allow you to defer the processing of a time consuming task, such as sending an e-mail, until a later time, thus drastically speeding up the web requests to your application.

Using
=====

[](#using)

Note that the EventsManager service must be registered in the dependency container and must return the \\Phalcon\\Events\\Manager interface instance

In Dependency Injector:

```

use TimurFlush\Queue\Adapter\Beanstalk as BeanstalkQueue;

$di->setShared('queue', function() {
    /* By default, Beanstalk uses IP 127.0.0.1 and Port 11300,
     * but you can easily override them by passing new values
     * to the constructor.
     */
    return new BeanstalkQueue(
        [
            'host' => '127.0.0.1',
            'port' => '11300',
            //'persistent' => true, //if necessary
        ]
    );
});

```

Author
------

[](#author)

Timur Flush

Requirements
------------

[](#requirements)

PHP ^7.2.0

Phalcon ^3.4.0

Version
-------

[](#version)

1.0.0 Beta 1

License
-------

[](#license)

BSD-3-License

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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 ~9 days

Total

3

Last Release

2837d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29764676?v=4)[timurflush](/maintainers/TimurFlush)[@TimurFlush](https://github.com/TimurFlush)

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/timur-flush-queue/health.svg)

```
[![Health](https://phpackages.com/badges/timur-flush-queue/health.svg)](https://phpackages.com/packages/timur-flush-queue)
```

###  Alternatives

[symfony/beanstalkd-messenger

Symfony Beanstalkd Messenger Bridge

19357.4k2](/packages/symfony-beanstalkd-messenger)[udokmeci/yii2-beanstalk

Yii2 Beanstalk Client at the top of Paul Annesley's pheanstalk

69125.3k3](/packages/udokmeci-yii2-beanstalk)[pmatseykanets/artisan-beans

Easily manage your Beanstalkd job queues right from the Laravel artisan command

4482.1k](/packages/pmatseykanets-artisan-beans)[wowo/wowo-queue-bundle

The WowoQueueBundle provides unified method for use queue systems, like Beanstalkd, RabbitMQ, flat files, database driven queues etc.

2228.0k1](/packages/wowo-wowo-queue-bundle)[n0nag0n/simple-job-queue

A simple library for interfacing with other job queue providers that gives you plenty of flexibility. Currently supports MySQL

351.8k1](/packages/n0nag0n-simple-job-queue)

PHPackages © 2026

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