naroga / querker
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.3.9
- guzzlehttp/guzzle: ~6.1
- incenteev/composer-parameter-handler: ~2.0
- phpunit/php-code-coverage: ^3
- phpunit/phpunit: 5.0.*
- psr/http-message: ~1.0
- sensio/distribution-bundle: ~4.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.7.*
Requires (Dev)
- satooshi/php-coveralls: dev-master
- sensio/generator-bundle: ~2.3
This package is auto-updated.
Last update: 2024-10-12 00:19:57 UTC
README
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.