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 1w 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 49% 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

1635d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/031503de2dadf7cd9862134512dd76b6ffc2f02789d816a2cb33b6645e9e3bc0?d=identicon)[kakserpom](/maintainers/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.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)[amphp/pipeline

Asynchronous iterators and operators.

7432.7M34](/packages/amphp-pipeline)

PHPackages © 2026

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