PHPackages                             featherqueue/featherqueue - 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. featherqueue/featherqueue

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

featherqueue/featherqueue
=========================

A lightweight PHP job queue library using filesystem storage without Redis or database dependencies

1.0.1(1y ago)02MITPHPPHP &gt;=8.0

Since Mar 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MusieTesfaye/Feather-Queue)[ Packagist](https://packagist.org/packages/featherqueue/featherqueue)[ RSS](/packages/featherqueue-featherqueue/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

FeatherQueue - A Lightweight PHP Job Queue Library
==================================================

[](#featherqueue---a-lightweight-php-job-queue-library)

[![Open Source Helpers](https://camo.githubusercontent.com/6f8d11da7ccbc4dee0ddcd74e3f97d4a93a43d23a3387be0fcd36e928206da22/68747470733a2f2f7777772e636f64657472696167652e636f6d2f6d75736965746573666179652f666561746865722d71756575652f6261646765732f75736572732e737667)](https://www.codetriage.com/musietesfaye/feather-queue)

FeatherQueue is a simple, lightweight job queue library for PHP applications that need background processing without the overhead of Redis, databases, or other external dependencies. It uses the filesystem for storage and PHP's PCNTL extension for background process management.

[![Dashboard](dashboard.png)](dashboard.png)

Features
--------

[](#features)

- ✅ File-based job storage using JSON files
- ✅ Background job processing with PCNTL
- ✅ Support for delayed job execution
- ✅ Support for recurring jobs (minutely, hourly, daily, weekly, monthly)
- ✅ Job status tracking and monitoring
- ✅ Error handling and automatic retries
- ✅ CLI and web application compatibility
- ✅ No Redis or database dependencies
- ✅ Minimal configuration required

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

[](#requirements)

- PHP 8.0 or higher
- PHP JSON extension
- PHP FileInfo extension
- PHP PCNTL extension (for background processing)
- PHP POSIX extension (recommended for proper process management)

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

[](#installation)

```
composer require featherqueue/featherqueue
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance45

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Every ~0 days

Total

2

Last Release

430d ago

### Community

Maintainers

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

---

Top Contributors

[![MusieTesfaye](https://avatars.githubusercontent.com/u/168837594?v=4)](https://github.com/MusieTesfaye "MusieTesfaye (13 commits)")

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[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

2228.8M171](/packages/react-async)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)[illuminate/bus

The Illuminate Bus package.

6043.8M409](/packages/illuminate-bus)

PHPackages © 2026

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