2017 © Pedro Peláez
 

library php-kue

A producer client for Kue, a redis queue implementation

image

thesmart/php-kue

A producer client for Kue, a redis queue implementation

  • Monday, November 19, 2012
  • by thesmart
  • Repository
  • 14 Watchers
  • 9 Stars
  • 1,478 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

php-kue

A producer client for Kue, a redis queue implementation, (*1)

Brought to you by the fine developers @ Telly.com, (*2)

Installation

composer require php-kue

Usage

Queueing a job is simple:, (*3)

$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

The Versions

19/11 2012

dev-master

9999999-dev https://github.com/thesmart/php-Kue

A producer client for Kue, a redis queue implementation

  Sources   Download

MIT

The Requires

 

queue kue redis queue

19/11 2012

0.2.0

0.2.0.0 https://github.com/thesmart/php-Kue

A producer client for Kue, a redis queue implementation

  Sources   Download

MIT

The Requires

 

queue kue redis queue

19/11 2012

0.1.0

0.1.0.0 https://github.com/thesmart/php-Kue

A php rest client for the Node.js redis library kue

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *
  • ext-json *

 

queue kue redis queue

17/11 2012

0.0.1

0.0.1.0 https://github.com/thesmart/php-Kue

A php rest client for the Node.js redis library kue

  Sources   Download

MIT

The Requires

  • php >=5.2.0
  • ext-curl *
  • ext-json *

 

queue kue redis queue