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

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

ride/cli-queue
==============

Queue commands for the Ride CLI

1.1.0(6y ago)01.4k1MITPHP

Since Aug 11Pushed 6y ago9 watchersCompare

[ Source](https://github.com/all-ride/ride-cli-queue)[ Packagist](https://packagist.org/packages/ride/cli-queue)[ RSS](/packages/ride-cli-queue/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (3)Versions (7)Used By (1)

Ride: Queue CLI
===============

[](#ride-queue-cli)

This module adds various queue commands to the Ride CLI.

Commands
--------

[](#commands)

### queue status

[](#queue-status)

This command retrieve the status of the queue system, a queue or a job.

**Syntax**: `queue status [ []]`

- ``: Name of the queue
- ``: Id of the job

**Alias**: `qs`

### queue worker

[](#queue-worker)

This command runs a worker for a queue.

The worker will poll the queue for jobs and invoke those retrieved jobs when available.

**Syntax**: `queue worker [ []]`

- `` Name of the queue
- ``: Time in seconds between polling for jobs

**Alias** : qw

*Note: use the sleep function of the operating system in a live environment. This way your worker is restarted regulary to load new code and configuration. See the next topic about `worker.sh`.*

Worker.sh
---------

[](#workersh)

In the `src` directory, you will find a script called `worker.sh`. This script is a wrapper around the queue worker command. It runs as an infinite loop so when your worker crashes due to bugger jobs or whatever, it will restart and continue to work.

You can copy this script to your application directory to set it up for your project. Use this script for a *@reboot* cron job to make sure the worker is always running, even when the server restarts.

```
# Crontab
@reboot /path/to/ride/application/worker.sh

```

Related Modules
---------------

[](#related-modules)

- [ride/app](https://github.com/all-ride/ride-app)
- [ride/app-queue-beanstalkd](https://github.com/all-ride/ride-app-queue-beanstalkd)
- [ride/app-queue-orm](https://github.com/all-ride/ride-app-queue-orm)
- [ride/cli](https://github.com/all-ride/ride-cli)
- [ride/lib-cli](https://github.com/all-ride/ride-lib-cli)
- [ride/lib-queue](https://github.com/all-ride/ride-lib-queue)
- [ride/lib-queue-beanstalkd](https://github.com/all-ride/ride-lib-queue-beanstalkd)

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

[](#installation)

You can use [Composer](http://getcomposer.org) to install this application.

```
composer require ride/cli-queue

```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

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

Total

5

Last Release

2257d ago

Major Versions

0.1.2 → 1.0.02016-10-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d98d3f0d5db5eb241c6ee74bcee87d1e7dc1aaf7942b933d68e612ee2352eea?d=identicon)[ride-user](/maintainers/ride-user)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M541](/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)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.8k](/packages/bsidev-bitrix-queue)[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)
