icomefromthenet/laterjob
最新稳定版本:v1.1.0
Composer 安装命令:
composer require icomefromthenet/laterjob
包简介
Database job queue library
README 文档
README
I have in the past needed a simple queue for applications hosted on 'sharded host' or other limited php environments.
- no access to the cli,
- no persistent processes
- no chmod - physically set write permissions in cpanel or equivlent.
- Small scale single node installations.
I developed LaterJob to power jobs such as
- Mail Queues.
- Sms Queues.
- Thumbnail Generation.
- PDF Generation.
Its a simple queue, simlar to Zend\DB\Queue but comes packaged with metrics.
- Written for php 5.3.
- Written with Symfony2 components and Doctrine DBAL.
- Uses Cron scripts for workers and metric generation.
- Can Run many workers.
- Multiple queues per script if needed.
- Records state transitions into the database as activity which drive Metrics.
- Installed via composer.
Getting Started
Install via composer
"require" : { "icomefromthenet/laterjob" :"dev-master" }
Learn More
I would start at the docs.
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-12-20