All Projects → josegonzalez → php-queuesadilla

josegonzalez / php-queuesadilla

Licence: MIT license
PHP job/worker system built to support various queuing systems

Programming Languages

PHP
23972 projects - #3 most used programming language

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 .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].