https://github.com/mailru/queue-processor
PHP queues processing tool
https://github.com/mailru/queue-processor
Last synced: 6 months ago
JSON representation
PHP queues processing tool
- Host: GitHub
- URL: https://github.com/mailru/queue-processor
- Owner: mailru
- License: mit
- Created: 2016-06-07T12:39:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T19:57:34.000Z (about 9 years ago)
- Last Synced: 2025-03-28T23:35:04.705Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/mailru/queue-processor)
[](https://packagist.org/packages/mailru/queue-processor)
[](https://travis-ci.org/mailru/queue-processor)
[](https://codecov.io/github/mailru/queue-processor?branch=master)
[](https://insight.sensiolabs.com/projects/e2a071cd-783f-434e-a4ca-8e2f46613a37)# 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](http://getcomposer.org/download/).
Run:
```sh
php composer.phar require mailru/queue-processor
```## Quick start
For demo run you can
```sh
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`.