PHPackages                             cakephp/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. [Framework](/categories/framework)
4. /
5. cakephp/queue

ActiveCakephp-plugin[Framework](/categories/framework)

cakephp/queue
=============

Queue plugin for CakePHP

2.3.0(1mo ago)36257.9k↑12.6%21[6 issues](https://github.com/cakephp/queue/issues)[1 PRs](https://github.com/cakephp/queue/pulls)11MITPHPPHP &gt;=8.1CI passing

Since Feb 27Pushed 1mo ago19 watchersCompare

[ Source](https://github.com/cakephp/queue)[ Packagist](https://packagist.org/packages/cakephp/queue)[ Docs](https://github.com/cakephp/queue)[ RSS](/packages/cakephp-queue/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (26)Used By (11)

Queue plugin for CakePHP
========================

[](#queue-plugin-for-cakephp)

[![CI](https://github.com/cakephp/queue/actions/workflows/ci.yml/badge.svg)](https://github.com/cakephp/queue/actions/workflows/ci.yml)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)[![Coverage Status](https://camo.githubusercontent.com/d8ed0f381670759efc005f2fcbf090ef162a394914223be2ad95dd1bbfa77f3a/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f63616b657068702f71756575652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/cakephp/queue?branch=master)[![PHPStan Level 8](https://camo.githubusercontent.com/ff3c7f8c8667ce643f47e74532748f673482a5f95d7d4269f925f2eebbe5117e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230382d627269676874677265656e)](https://github.com/cakephp/queue)[![Total Downloads](https://camo.githubusercontent.com/9310c5dde0bdd72d46583947945c135a762bdc9f79e2ed94e81efabc9ee304db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616b657068702f71756575652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cakephp/queue)

This is a Queue system for CakePHP.

The plugin consists of a CakePHP shell wrapper and Queueing libraries for the [php-queue](https://php-enqueue.github.io) queue library.

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

[](#installation)

You can install this plugin into your CakePHP application using [Composer](https://getcomposer.org).

Run the following command

```
composer require cakephp/queue
```

Install the transport you wish to use. For a list of available transports, see [this page](https://php-enqueue.github.io/transport). The example below is for pure-php redis:

```
composer require enqueue/redis predis/predis:^1
```

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

[](#configuration)

You can load the plugin using the shell command:

```
bin/cake plugin load Cake/Queue

```

Or you can manually add the loading statement in the **src/Application.php** file of your application:

```
public function bootstrap(): void
{
    parent::bootstrap();
    $this->addPlugin('Cake/Queue');
}
```

Additionally, you will need to configure the `default` queue configuration in your **config/app.php** file.

Documentation
-------------

[](#documentation)

Full documentation of the plugin can be found on the [CakePHP Cookbook](https://book.cakephp.org/queue/2/).

###  Health Score

63

—

FairBetter than 99% of packages

Maintenance85

Actively maintained with recent releases

Popularity48

Moderate usage in the ecosystem

Community37

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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

Recently: every ~210 days

Total

24

Last Release

53d ago

Major Versions

0.1.15 → 1.0.02023-08-12

1.0.0 → 2.0.12023-09-16

1.1.0 → 2.1.02023-12-06

1.x-dev → 2.3.02026-03-26

PHP version history (2 changes)0.1.0PHP &gt;=7.2.0

2.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23666?v=4)[CakePHP](/maintainers/cakephp)[@cakephp](https://github.com/cakephp)

---

Top Contributors

[![markstory](https://avatars.githubusercontent.com/u/24086?v=4)](https://github.com/markstory "markstory (138 commits)")[![josegonzalez](https://avatars.githubusercontent.com/u/65675?v=4)](https://github.com/josegonzalez "josegonzalez (57 commits)")[![ADmad](https://avatars.githubusercontent.com/u/142658?v=4)](https://github.com/ADmad "ADmad (49 commits)")[![LordSimal](https://avatars.githubusercontent.com/u/9105243?v=4)](https://github.com/LordSimal "LordSimal (41 commits)")[![othercorey](https://avatars.githubusercontent.com/u/24221186?v=4)](https://github.com/othercorey "othercorey (24 commits)")[![amayer5125](https://avatars.githubusercontent.com/u/3212673?v=4)](https://github.com/amayer5125 "amayer5125 (19 commits)")[![josbeir](https://avatars.githubusercontent.com/u/26058?v=4)](https://github.com/josbeir "josbeir (11 commits)")[![rochamarcelo](https://avatars.githubusercontent.com/u/850748?v=4)](https://github.com/rochamarcelo "rochamarcelo (8 commits)")[![sheldonreiff](https://avatars.githubusercontent.com/u/8636551?v=4)](https://github.com/sheldonreiff "sheldonreiff (8 commits)")[![ajibarra](https://avatars.githubusercontent.com/u/794722?v=4)](https://github.com/ajibarra "ajibarra (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (7 commits)")[![dereuromark](https://avatars.githubusercontent.com/u/39854?v=4)](https://github.com/dereuromark "dereuromark (7 commits)")[![robertpustulka](https://avatars.githubusercontent.com/u/7437773?v=4)](https://github.com/robertpustulka "robertpustulka (6 commits)")[![skie](https://avatars.githubusercontent.com/u/130799?v=4)](https://github.com/skie "skie (5 commits)")[![Arhell](https://avatars.githubusercontent.com/u/26163841?v=4)](https://github.com/Arhell "Arhell (2 commits)")[![zhkuskov](https://avatars.githubusercontent.com/u/7194157?v=4)](https://github.com/zhkuskov "zhkuskov (1 commits)")[![ishan-biztech](https://avatars.githubusercontent.com/u/61005017?v=4)](https://github.com/ishan-biztech "ishan-biztech (1 commits)")[![mikeweb85](https://avatars.githubusercontent.com/u/3333004?v=4)](https://github.com/mikeweb85 "mikeweb85 (1 commits)")[![ndm2](https://avatars.githubusercontent.com/u/5031606?v=4)](https://github.com/ndm2 "ndm2 (1 commits)")

---

Tags

cakephpcakephp-pluginqueuequeue-interopqueueingcakephpqueue

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86514.0M138](/packages/cakephp-debug-kit)[cakephp/database

Flexible and powerful Database abstraction library with a familiar PDO-like API

9724.6M33](/packages/cakephp-database)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[cakephp/log

CakePHP logging library with support for multiple different streams

247.7M10](/packages/cakephp-log)

PHPackages © 2026

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