PHPackages                             switon/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. [Caching](/categories/caching)
4. /
5. switon/queue

ActiveLibrary[Caching](/categories/caching)

switon/queue
============

Redis-backed async jobs and queue workers for Switon Framework

v1.0.0(1mo ago)011MITPHPPHP &gt;=8.3CI passing

Since May 10Pushed 1mo agoCompare

[ Source](https://github.com/switon-php/queue)[ Packagist](https://packagist.org/packages/switon/queue)[ Docs](https://github.com/switon-php/queue)[ RSS](/packages/switon-queue/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (6)Versions (2)Used By (1)

Switon Queue Package
====================

[](#switon-queue-package)

Redis-backed async jobs and queue workers for Switon Framework.

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

[](#installation)

```
composer require switon/queue
```

**Requirements:** PHP 8.3+, Redis

Quick Start
-----------

[](#quick-start)

```
use Switon\Core\Attribute\Autowired;
use Switon\Queue\QueueInterface;

class UserService
{
    #[Autowired] protected QueueInterface $queue;

    public function register(int $userId): void
    {
        $this->queue->push('emails', QueueEnvelope::of(['userId' => $userId]));
    }
}
```

Docs:

License
-------

[](#license)

MIT.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

31d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc0f20ad15b0ae9fbf9c6e2cd3008692b0c88a877ec8d3e0119211314bf86fc8?d=identicon)[switon](/maintainers/switon)

---

Top Contributors

[![switon-php](https://avatars.githubusercontent.com/u/247358032?v=4)](https://github.com/switon-php "switon-php (5 commits)")

---

Tags

jobsqueueredisswitonredisqueuejobsswiton

### Embed Badge

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

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

###  Alternatives

[enqueue/redis

Message Queue Redis Transport

445.7M29](/packages/enqueue-redis)[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

228200.7k2](/packages/mjphaynes-php-resque)[javibravo/simpleue

Php package to manage queue tasks in a simple way

130343.4k1](/packages/javibravo-simpleue)[pdffiller/qless-php

PHP Bindings for qless

29113.7k1](/packages/pdffiller-qless-php)[resquebundle/resque

A Symfony 4 bundle to manage Resque job queues

51138.3k1](/packages/resquebundle-resque)[spinx/sidekiq-job-php

Push and schedule jobs to Sidekiq from PHP

37231.4k](/packages/spinx-sidekiq-job-php)

PHPackages © 2026

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