PHPackages                             josegonzalez/queuesadilla - 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. josegonzalez/queuesadilla

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

josegonzalez/queuesadilla
=========================

Queue background jobs to any backend system

0.0.12(4y ago)96508.2k↓16.9%27[3 PRs](https://github.com/josegonzalez/php-queuesadilla/pulls)2MITPHPPHP &gt;=7.2.0

Since Feb 29Pushed 2y ago12 watchersCompare

[ Source](https://github.com/josegonzalez/php-queuesadilla)[ Packagist](https://packagist.org/packages/josegonzalez/queuesadilla)[ Docs](https://github.com/josegonzalez/php-queuesadilla)[ RSS](/packages/josegonzalez-queuesadilla/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (13)Used By (2)

[![Build Status](https://camo.githubusercontent.com/14f5ab60b90db65a3358fdc7ad9cc5d1086c7b53378420806e376e9ae738b9b1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6f7365676f6e7a616c657a2f7068702d7175657565736164696c6c612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/josegonzalez/php-queuesadilla)[![Coverage Status](https://camo.githubusercontent.com/48470a7732af6329cc26237616e47541fc12db11f2bd8d675e53006fa5098e56/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6a6f7365676f6e7a616c657a2f7068702d7175657565736164696c6c612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/josegonzalez/php-queuesadilla?branch=master)[![Total Downloads](https://camo.githubusercontent.com/d4a786970ea150b3727e422b0f817b252f7ad7ff386677d08fb41fd72002ef1d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f7365676f6e7a616c657a2f7175657565736164696c6c612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/josegonzalez/queuesadilla)[![Latest Stable Version](https://camo.githubusercontent.com/e18554ea809c27ddcbd89c1cc84b5421c15295ba21be87dd13d3b956368e98cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f7365676f6e7a616c657a2f7175657565736164696c6c612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/josegonzalez/queuesadilla)[![Gratipay](https://camo.githubusercontent.com/40a48c7b3fc02e9d39dd715fe09e404c4cb2e89288c6ace0773d2aab6913b46f/68747470733a2f2f696d672e736869656c64732e696f2f67726174697061792f6a6f7365676f6e7a616c657a2e7376673f7374796c653d666c61742d737175617265)](https://gratipay.com/~josegonzalez/)

Queuesadilla
============

[](#queuesadilla)

A job/worker system built to support various queuing systems.

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

[](#requirements)

- PHP 7.2+

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

[](#installation)

*\[Using [Composer](http://getcomposer.org/)\]*

Add the plugin to your project's `composer.json` - something like this:

```
{
  "require": {
    "josegonzalez/queuesadilla": "dev-master"
  }
}

```

Usage
-----

[](#usage)

- [Installation](/docs/installation.md)
- [Supported Systems](/docs/supported-systems.md)
- [Simple Usage](/docs/simple-usage.md)
- [Defining Jobs](/docs/defining-jobs.md)
- [Job Options](/docs/job-options.md)
- [Available Callbacks](/docs/callbacks.md)

Tests
-----

[](#tests)

Tests are run via `phpunit` and depend upon multiple datastores. You may also run tests using the included `Dockerfile`:

```
docker build .
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity53

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.2% 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 ~199 days

Recently: every ~424 days

Total

12

Last Release

1535d ago

PHP version history (3 changes)0.0.1PHP &gt;=5.5.0

0.0.7PHP &gt;=5.6.0

0.0.11PHP &gt;=7.2.0

### Community

Maintainers

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

---

Top Contributors

[![josegonzalez](https://avatars.githubusercontent.com/u/65675?v=4)](https://github.com/josegonzalez "josegonzalez (358 commits)")[![robertschererc](https://avatars.githubusercontent.com/u/203977391?v=4)](https://github.com/robertschererc "robertschererc (11 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (7 commits)")[![jeremyharris](https://avatars.githubusercontent.com/u/184903?v=4)](https://github.com/jeremyharris "jeremyharris (4 commits)")[![felixkempf](https://avatars.githubusercontent.com/u/8512231?v=4)](https://github.com/felixkempf "felixkempf (2 commits)")[![celowsky](https://avatars.githubusercontent.com/u/5439675?v=4)](https://github.com/celowsky "celowsky (1 commits)")[![zackkitzmiller](https://avatars.githubusercontent.com/u/111536?v=4)](https://github.com/zackkitzmiller "zackkitzmiller (1 commits)")

---

Tags

phpqueue

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[microsoft/azure-storage-queue

This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Queue APIs.

142.6M17](/packages/microsoft-azure-storage-queue)[renoki-co/horizon-exporter

Export Laravel Horizon metrics using this Prometheus exporter.

24152.7k](/packages/renoki-co-horizon-exporter)[webparking/laravel-queue-ensurer

This composer package provides a Laravel queue ensurer.

6416.1k](/packages/webparking-laravel-queue-ensurer)

PHPackages © 2026

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