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

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

g41797/queue-valkey
===================

Yii3 Queue Adapter for Valkey NoSQL data store

v0.0.2(1y ago)00[3 issues](https://github.com/g41797/queue-valkey/issues)BSD-3-ClausePHPPHP &gt;=8.2

Since Jul 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/g41797/queue-valkey)[ Packagist](https://packagist.org/packages/g41797/queue-valkey)[ RSS](/packages/g41797-queue-valkey/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (15)Versions (3)Used By (0)

Yii3 Queue Adapter for Valkey NoSQL data store
==============================================

[](#yii3-queue-adapter-for-valkey-nosql-data-store)

[![tests](https://github.com/g41797/queue-valkey/actions/workflows/tests.yml/badge.svg)](https://github.com/g41797/queue-valkey/actions/workflows/tests.yml)

Description
-----------

[](#description)

Yii3 Queue Adapter for [**Valkey NoSQL data store**](https://valkey.io/) is adapter in [Yii3 Queue Adapters family.](https://github.com/yiisoft/queue/blob/master/docs/guide/en/adapter-list.md)

Implementation of adapter is based on [enqueue/redis](https://github.com/php-enqueue) library.

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

[](#requirements)

- PHP 8.2 or higher.

Installation
------------

[](#installation)

The package could be installed with composer:

```
composer require g41797/queue-valkey
```

General usage
-------------

[](#general-usage)

- As part of [Yii3 Queue Framework](https://github.com/yiisoft/queue/blob/master/docs/guide/en/README.md)
- Stand-alone

Configuration
-------------

[](#configuration)

Default configuration:

```
[
    'host' => '127.0.0.1',  // IP or hostname of the target server
    'port' => 6379,         // TCP/IP port of the target server
    'path' => null,         // Path of the UNIX domain socket file used when connecting to Valkey using UNIX domain sockets.
]
```

Redis support
-------------

[](#redis-support)

queue-valkey supports also [Redis](https://redis.io/):

- queue-valkey itself uses existing Redis client libraries
- according to [Valkey](https://github.com/orgs/valkey-io/discussions/722#discussioncomment-9927734):

> "...Valkey 7.2 is fully compatible with Redis 7.2 and drop-in replacement is fully supported. There is no need to change any of your application code."

Limitations
-----------

[](#limitations)

### Job Status

[](#job-status)

[Job Status](https://github.com/yiisoft/queue/blob/master/docs/guide/en/usage.md#job-status)

```
// Push a job into the queue and get a message ID.
$id = $queue->push(new SomeJob());

// Get job status.
$status = $queue->status($id);
```

is not supported.

License
-------

[](#license)

Yii3 Queue Adapter for Valkey is free software. It is released under the terms of the BSD License. Please see [`LICENSE`](./LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

2

Last Release

671d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/309983e881b60fdc511151d24a73a52513278045d773700d3372011d85acbfd3?d=identicon)[g41797](/maintainers/g41797)

---

Top Contributors

[![g41797](https://avatars.githubusercontent.com/u/9116281?v=4)](https://github.com/g41797 "g41797 (8 commits)")

---

Tags

phpqueuevalkeyworkersyiiqueueyii3valkey

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/g41797-queue-valkey/health.svg)

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

###  Alternatives

[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[shiftonelabs/laravel-sqs-fifo-queue

Adds a Laravel queue driver for Amazon SQS FIFO queues.

1556.0M3](/packages/shiftonelabs-laravel-sqs-fifo-queue)[kainxspirits/laravel-pubsub-queue

Queue driver for Google Cloud Pub/Sub.

48381.1k3](/packages/kainxspirits-laravel-pubsub-queue)[servocoder/lumen-horizon

Commands and code-driven configuration for Lumen queues.

2679.4k](/packages/servocoder-lumen-horizon)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)[carsguide/lumen-horizon

Commands and code-driven configuration for Lumen queues.

1050.6k](/packages/carsguide-lumen-horizon)

PHPackages © 2026

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