naroga/querker

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

dev-master 2015-11-05 16:34 UTC

This package is auto-updated.

Last update: 2024-04-11 23:05:16 UTC


README

Travis Coverage Status

Querker is both a simple queue manager for tasks and a worker manager.

Project requisites

This project is now supported in all major OS': *nix, OSX and Windows.

It requires PHP 7.0+, php-curl, php-json, php-xml.

See the Symfony Requirements for more specific and in-depth requirements.

You can check if your system is ready to use by running php app/check.php.

Installation

To install querker, use Composer:

$ composer create-project naroga/querker dev-master

This will download the querker's code with all its dependencies.

Usage

TBD.

FAQ

See common questions in the FAQ file.

License

This project is released under the MIT license. See LICENSE file for more information.