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

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

zer0-framework/queue
====================

v0.2.4(4y ago)02.5kGPL-3.0-or-laterPHPPHP &gt;=7.2

Since Apr 27Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (37)Used By (0)

Queue
=====

[](#queue)

Компонент реализует очереди.

Конфигурация
------------

[](#конфигурация)

ИмяТипОписаниеЗначение по-умолчаниюtypestringТип хранилищаRedisПример использования
--------------------

[](#пример-использования)

```
$pool = $this->app->factory('Queue');
try {
    var_dump($pool->enqueueWait(new SomeTask(), /* ждём ответа */ 3 /* секунды */)->foo);
    // string(3) "bar"
} catch (\Zer0\Queue\Exceptions\WaitTimeoutException $e) {
    // Задача не завершилась за 3 секунды
}
```

Так выглядит SomeTask:

```
final class SomeTask extends \Zer0\Queue\TaskAbstract
{
    /**
     * @var string
     */
    public $foo;

    /**
     *
     */
    public function execute(): void
    {
        $this->foo = 'bar';

        $this->complete();
    }
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Recently: every ~56 days

Total

36

Last Release

1682d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/175350?v=4)[Vasily Zorin](/maintainers/kakserpom)[@kakserpom](https://github.com/kakserpom)

---

Top Contributors

[![kakserpom](https://avatars.githubusercontent.com/u/175350?v=4)](https://github.com/kakserpom "kakserpom (104 commits)")

---

Tags

highloadZer0

### Embed Badge

![Health badge](/badges/zer0-framework-queue/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M542](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[belvg/module-sqs

N/A

1544.6k](/packages/belvg-module-sqs)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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