承接 thesmart/php-kue 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 10
  • Watchers: 14
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-11-17