2017 © Pedro Peláez
 

library lib-queue-beanstalkd

Beanstalkd implementation of the queue library

image

ride/lib-queue-beanstalkd

Beanstalkd implementation of the queue library

  • Thursday, October 13, 2016
  • by ride-user
  • Repository
  • 10 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Ride: Beanstalkd Queue Library

Beanstalkd implementation for the queue library of the PHP Ride framework., (*1)

This implementation could not implement an overview of the waiting queue jobs nor updating the status since Beanstalkd does not support this., (*2)

Code Sample

Check this code sample to see how to initialize this library:, (*3)

<?php

use ride\library\queue\BeanstalkdFactory;
use ride\library\queue\BeanstalkdQueueManager;

function createQueueManager() {
    $factory = new BeanstalkdFactory();

    $client = $factory->createClient('localhost', 11300);

    $queueManager = new BeanstalkdQueueManager($client);

    return $queueManager;
}

You can check the following related modules to this library:, (*4)

Installation

You can use Composer to install this library., (*5)

composer require ride/lib-queue

The Versions

13/10 2016

dev-master

9999999-dev

Beanstalkd implementation of the queue library

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

13/10 2016

dev-develop

dev-develop

Beanstalkd implementation of the queue library

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

13/10 2016

1.0.0

1.0.0.0

Beanstalkd implementation of the queue library

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

11/08 2016

0.1.0

0.1.0.0

Beanstalkd implementation of the queue library

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd