2017 © Pedro Peláez
 

library queuesadilla

Queue background jobs to any backend system

image

josegonzalez/queuesadilla

Queue background jobs to any backend system

  • Saturday, March 17, 2018
  • by josegonzalez
  • Repository
  • 13 Watchers
  • 75 Stars
  • 27,931 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 22 Forks
  • 15 Open issues
  • 12 Versions
  • 18 % Grown

The README.md

Build Status Coverage Status Total Downloads Latest Stable Version Gratipay, (*1)

Queuesadilla

A job/worker system built to support various queuing systems., (*2)

Requirements

  • PHP 7.2+

Installation

[Using Composer], (*3)

Add the plugin to your project's composer.json - something like this:, (*4)

{
  "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:, (*5)

docker build .

The Versions