thesmart/php-kue
最新稳定版本:0.2.0
Composer 安装命令:
composer require thesmart/php-kue
包简介
A producer client for Kue, a redis queue implementation
关键字:
README 文档
README
A producer client for Kue, a redis queue implementation
Brought to you by the fine developers @ Telly.com
Installation
composer require php-kue
Usage
Queueing a job is simple:
$kue = new KueApi('127.0.0.1', 6379); $jobId = $kue->createJob('email', array ( 'title' => 'welcome email for tj', 'to' => 'tj@learnboost.com', 'template' => 'welcome-email', )); Results: ```php var_export($result); 3
@TODO
- Support for processing queue from PHP
- Better error handling
统计信息
- 总下载量: 1.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-11-17