PHPackages                             kuaukutsu/poc-queue-redis - 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. kuaukutsu/poc-queue-redis

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

kuaukutsu/poc-queue-redis
=========================

Proof of Concept: Task Queue by Redis

0.2.1(6mo ago)088MITPHPPHP ^8.3

Since Jan 2Pushed 6mo agoCompare

[ Source](https://github.com/kuaukutsu/poc-queue-redis)[ Packagist](https://packagist.org/packages/kuaukutsu/poc-queue-redis)[ RSS](/packages/kuaukutsu-poc-queue-redis/feed)WikiDiscussions main Synced today

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

Библиотека для обработки задач через внешнюю очередь
----------------------------------------------------

[](#библиотека-для-обработки-задач-через-внешнюю-очередь)

[![PHP Version Require](https://camo.githubusercontent.com/a720fc768835496477469e0ec9f4396f60cb790852a6cbddb56e7662a9d53d6c/687474703a2f2f706f7365722e707567782e6f72672f6b7561756b757473752f706f632d71756575652d72656469732f726571756972652f706870)](https://packagist.org/packages/kuaukutsu/poc-queue-redis)[![Latest Stable Version](https://camo.githubusercontent.com/7ebddf0628802d692e5daf47700bcca2361a6518e9c336e26d1361f85128271f/68747470733a2f2f706f7365722e707567782e6f72672f6b7561756b757473752f706f632d71756575652d72656469732f762f737461626c65)](https://packagist.org/packages/kuaukutsu/poc-queue-redis)[![License](https://camo.githubusercontent.com/8424ca6f1a37d33ff82f39eb4be7cd57cc0defcd41f378a43895ffd34157bac9/687474703a2f2f706f7365722e707567782e6f72672f6b7561756b757473752f706f632d71756575652d72656469732f6c6963656e7365)](https://packagist.org/packages/kuaukutsu/poc-queue-redis)[![Psalm Level](https://camo.githubusercontent.com/f306af418ca2ecca710cd680f1b3772918a7a579a8fb9d136437f77be4eae7f6/68747470733a2f2f73686570686572642e6465762f6769746875622f6b7561756b757473752f706f632d71756575652d72656469732f6c6576656c2e737667)](https://shepherd.dev/github/kuaukutsu/poc-queue-redis)[![Psalm Type Coverage](https://camo.githubusercontent.com/456a061ba109880c578965300aee7b518d52e550a06445056966eff9953df673/68747470733a2f2f73686570686572642e6465762f6769746875622f6b7561756b757473752f706f632d71756575652d72656469732f636f7665726167652e737667)](https://shepherd.dev/github/kuaukutsu/poc-queue-redis)

Очередь: **Redis** / **ValKey**

Драйвер для работы: **amphp/redis**, this package provides non-blocking access to Redis instances.

Дополнительно: support for **interceptors**, which can be used to add functionality to the application without modifying the core code of the application.

### Installation

[](#installation)

```
composer require kuaukutsu/poc-queue-redis
```

Benchmark (with igbinary)

```
PHPBench (1.4.1) running benchmarks...
with configuration file: /benchmark/phpbench.json
with PHP version 8.3.22, xdebug ✔, opcache ✔

\kuaukutsu\poc\queue\redis\benchmarks\PublisherRedisBench

    benchAsWhile............................I4 - Mo27.183ms (±1.60%)
    benchAsBatch............................I4 - Mo5.440ms (±3.44%)

\kuaukutsu\poc\queue\redis\benchmarks\PublisherValkeyBench

    benchAsWhile............................I4 - Mo27.844ms (±3.44%)
    benchAsBatch............................I4 - Mo5.479ms (±2.18%)

Subjects: 4, Assertions: 0, Failures: 0, Errors: 0
+----------------------+--------------+-----+------+-----+----------+----------+--------+
| benchmark            | subject      | set | revs | its | mem_peak | mode     | rstdev |
+----------------------+--------------+-----+------+-----+----------+----------+--------+
| PublisherRedisBench  | benchAsWhile |     | 10   | 5   | 1.980mb  | 27.183ms | ±1.60% |
| PublisherRedisBench  | benchAsBatch |     | 10   | 5   | 2.214mb  | 5.440ms  | ±3.44% |
| PublisherValkeyBench | benchAsWhile |     | 10   | 5   | 1.980mb  | 27.844ms | ±3.44% |
| PublisherValkeyBench | benchAsBatch |     | 10   | 5   | 2.214mb  | 5.479ms  | ±2.18% |
+----------------------+--------------+-----+------+-----+----------+----------+--------+

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance69

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Total

3

Last Release

181d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/647093?v=4)[Dmitriy Krivopalov](/maintainers/kuaukutsu)[@kuaukutsu](https://github.com/kuaukutsu)

---

Top Contributors

[![kuaukutsu](https://avatars.githubusercontent.com/u/647093?v=4)](https://github.com/kuaukutsu "kuaukutsu (32 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm, Rector

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kuaukutsu-poc-queue-redis/health.svg)

```
[![Health](https://phpackages.com/badges/kuaukutsu-poc-queue-redis/health.svg)](https://phpackages.com/packages/kuaukutsu-poc-queue-redis)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.5k902.0k23](/packages/danog-madelineproto)[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)
