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

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

wpkit/queue
===========

A simple queue system for WPKit

1.0.5(2y ago)210PHP

Since Oct 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wp-kit/queue)[ Packagist](https://packagist.org/packages/wpkit/queue)[ RSS](/packages/wpkit-queue/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

wp-kit/queue
============

[](#wp-kitqueue)

This is a wp-kit component that provides a queue system when using Bedrock and Redis

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

[](#installation)

```
composer require "wp-kit/queue"
```

Setup
-----

[](#setup)

### Add Service Provider

[](#add-service-provider)

Just register the service provider and facade in the providers config and theme config:

```
//inside theme/resources/config/providers.config.php

return [
	...,
    WPKit\Queue\QueueServiceProvider::class
];
```

How To Use
----------

[](#how-to-use)

Make sure you have [Redis](https://redis.io/) installed on the server with default setup.

Examples of how what a Job file should look like can be found in the [jobs folder](jobs).

Add these to you `bedrock/root/jobs` directory manually.

Make sure you are running the queue in a shell window, or via [Supervisor](http://supervisord.org/):

```
vendor/bin/bedrock-queue-worker

```

You can then dispatch jobs within your wp-kit code as follows:

```
ExampleJob::dispatch('bar');
```

You should then see the string `bar` echo'd in the shell window.

Also, in `bedrock/root/logs` folder there will be a queue file, you could open it or `tail` it and see the following:

```
2019-10-29 15:34:40 Processing: Bedrock\Jobs\ExampleJob
2019-10-29 15:34:42 Processed: Bedrock\Jobs\ExampleJob

```

Get Involved
------------

[](#get-involved)

To learn more about how to use `wp-kit` check out the docs:

[View the Docs](https://github.com/wp-kit/theme/tree/docs/README.md)

Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:

- Reporting a bug issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on [GitHub](https://github.com/wp-kit)
- Sharing the project around your community

For details about contributing to the framework, please check the [contribution guide](https://github.com/wp-kit/theme/tree/docs/Contributing.md).

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

[](#requirements)

Wordpress 4+

PHP 5.6+

Redis

License
-------

[](#license)

wp-kit/queue is open-sourced software licensed under the MIT License.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~343 days

Total

6

Last Release

1017d ago

### Community

Maintainers

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

---

Top Contributors

[![terence1990](https://avatars.githubusercontent.com/u/8171301?v=4)](https://github.com/terence1990 "terence1990 (17 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[toin0u/geotools

Geo-related tools PHP 7.3+ library

1.4k1.3k](/packages/toin0u-geotools)[riki137/multitron

Tool for managing fast both asynchronous and multi-threaded execution of tasks. Focused on performance and pleasant CLI interface.

9016.8k](/packages/riki137-multitron)[hyperf/amqp

A amqplib for hyperf.

241.2M56](/packages/hyperf-amqp)[heureka/php-rq

Several simple and reliable queues based on Redis

2829.8k](/packages/heureka-php-rq)[haozu/delay-queue

Delay queue based on redis

123.4k](/packages/haozu-delay-queue)

PHPackages © 2026

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