mailru / queue-processor
Queue processor
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 10
Forks: 1
Open Issues: 1
pkg:composer/mailru/queue-processor
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: 2025-10-12 01:39:28 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
.