A job/worker system built to support various queuing systems.
- PHP 7.2+
[Using Composer]
Add the plugin to your project's composer.json
- something like this:
{
"require": {
"josegonzalez/queuesadilla": "dev-master"
}
}
Tests are run via phpunit
and depend upon multiple datastores. You may also run tests using the included Dockerfile
:
docker build .