naroga/queue-manager
最新稳定版本:0.1
Composer 安装命令:
composer create-project naroga/queue-manager
包简介
A simple PHP-based queue manager, with an interface for registering custom workers
README 文档
README
This project has been deprecated in favor of naroga/foreman.
Requirements
This package is only suited for UNIX or OSX distributions.
Even though it is not offically supported, you might succeed in running this package on a Windows machine if you have CYGWIN installed (as long as you keep commands such as 'ps' in the PATH global variable.
It requires PHP 5.6+ with the following modules enabled: php5-curl, php5-memcache
(not to mistake with php5-memcached). Writing privileges in app/cache and app/logs are also required.
Even though it fires up process asynchronously, it does not need any additional modules (like pthreads).
Installing
To install this package, use composer:
composer create-project naroga/queue-manager -s dev
This will install the package with its dependencies.
You should also create a VirtualHost with the root directory set to /web/.
Configuration
To configure this package properly, see the Configuration Reference. You might want to skip this section, as the default configuration should work just fine. Tweak the parameters to improve your server responsiveness, save CPU/memory or to increase the number of workers.
Usage
If you want to get started on using this package, you can proceed to the Usage Instructions.
License
Naroga/QueueManager is released under the MIT License. See the bundled LICENSE file for details.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-04