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

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

php-queue/php-queue
===================

php queue

1611PHP

Since Dec 10Pushed 8y agoCompare

[ Source](https://github.com/zhangfengjin/php-queue)[ Packagist](https://packagist.org/packages/php-queue/php-queue)[ RSS](/packages/php-queue-php-queue/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-queue
=========

[](#php-queue)

php-queue 是一个基于php的包，目前仅支持redis存储（对于有其他存储需求的，可根据接口自行开发实现）.

环境要求
====

[](#环境要求)

1、安装redis2.6.0以上
2、安装composer

安装
==

[](#安装)

1、克隆本项目
2、cd 到项目目录，composer install

应用
==

[](#应用)

开启队列：php art worker:start:1 --queue=send1,send2 --tries=3 --sleep=3
关闭队列：php art worker:stop
重新执行失败队列：php art worker:retry --queue=send1,send2 --tries=3 --sleep

目录结构
====

[](#目录结构)

├── bin // art命令
├── example // 示例
│ ├── Queue.php // 队列任务添加示例
├── src
| ├── Bootstrap
......

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![zhangfengjin](https://avatars.githubusercontent.com/u/33920409?v=4)](https://github.com/zhangfengjin "zhangfengjin (14 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

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

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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