devgarden / simpleq
Generic queue system based on Symfony. Light weight, easy and fast to configure and initiate.
1.0.5
2017-04-22 15:36 UTC
Requires
- php: >=5.3.9
- doctrine/dbal: ^2.5
- doctrine/doctrine-bundle: ~1.6
- doctrine/orm: ^2.5
- gedmo/doctrine-extensions: ~2.4
- incenteev/composer-parameter-handler: ~2.0
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ~3.0,>=3.0.2
- symfony/monolog-bundle: ~3.0
- symfony/symfony: 3.*
Requires (Dev)
- etsy/phpunit-extensions: 0.7.0
- phpunit/phpunit: ~4.7
- satooshi/php-coveralls: ~0.6@stable
- sebastianbergmann/phpcov: 1.1.0
- sensio/generator-bundle: ~2.3
README
SimpleQ is a generic queue system based on Symfony2 & Doctrine. Lightweight, fast and easy to configure.
Dependencies
Your project should be able to run with the following dependencies:
For Symfony 2
v0 - v0.9.7
- "php": ">=5.3.9"
- "symfony/symfony": "2.7.*"
- "doctrine/orm": "~2.2"
- "doctrine/dbal": "~2.2"
- "doctrine/doctrine-bundle": "~1.4"
- "gedmo/doctrine-extensions": "~2.4"
For Symfony 3
v1 - latest
- "php": ">=5.3.9"
- "symfony/symfony": "3.*"
- "doctrine/orm": "^2.5"
- "doctrine/dbal": "^2.5"
- "doctrine/doctrine-bundle": "~1.6"
- "gedmo/doctrine-extensions": "~2.4"
Setup
***
# Usage
###### Learn how to register, create and handle queues in the [Queue chapter](doc/queue.md)
###### Learn how to initialize, check & control scheduler in the [Scheduler chapter](doc/scheduler.md)
###### Learn how to build and run your worker in the [Worker chapter](doc/worker.md)
###### Learn how to cluster queues & workers [Cluster chapter](doc/cluster.md)
###### Have a look at the [Roadmap](doc/roadmap.md)