mailru / queue-processor
Queue processor
dev-master
2016-08-04 19:57 UTC
Requires
- php: ^5.6 || ^7.0
- ext-pcntl: *
- mougrim/pcntl-signal-handler: ^1.0
- mougrim/php-logger: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.11
- phpro/grumphp: ^0.9.1
- phpunit/phpunit: ^5.4
This package is not auto-updated.
Last update: 2024-11-09 20:50:38 UTC
README
Queue Processor
Queues processing tool. This is not stable version and API may change.
Installation
The preferred way to install this tool is through composer.
Run:
php composer.phar require mailru/queue-processor
Quick start
For demo run you can
vendor/bin/queue-processor.php --config=vendor/mailru/queue-processor/demo/config/config.php
Logs stored into vendor/mailru/queue-processor/demo/shared/logs/queue-processor.log
.