yiqing95 / php-queuesadilla

PHP job/worker system built to support various queuing systems

Home Page:http://josegonzalez.viewdocs.io/php-queuesadilla/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Total Downloads Latest Stable Version Gratipay

Queuesadilla

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

Requirements

  • PHP 5.5+

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 .

About

PHP job/worker system built to support various queuing systems

http://josegonzalez.viewdocs.io/php-queuesadilla/

License:MIT License


Languages

Language:PHP 99.4%Language:Makefile 0.6%