josegonzalez/queuesadilla

Queue background jobs to any backend system

Installs: 465 030

Dependents: 2

Suggesters: 0

Security: 0

Stars: 96

Watchers: 13

Forks: 26

Open Issues: 14

pkg:composer/josegonzalez/queuesadilla

0.0.12 2022-03-06 04:52 UTC

This package is auto-updated.

Last update: 2025-09-29 01:21:56 UTC


README

Build Status Coverage Status Total Downloads Latest Stable Version Gratipay

Queuesadilla

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

Requirements

  • PHP 7.2+

Installation

[Using Composer]

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

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

Usage

Tests

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

docker build .