2017 © Pedro Peláez
 

symfony-bundle gearmanbundle

Symfony Gearman Client Bundle

image

lm/gearmanbundle

Symfony Gearman Client Bundle

  • Tuesday, July 29, 2014
  • by dtardieu
  • Repository
  • 2 Watchers
  • 0 Stars
  • 201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

===============, (*1)

LmGearmanBundle

This library provides a service for implementing a Gearman client: http://github.com/FriendsOfSymfony/FOSRest, (*2)

INSTALLATION:, (*3)

  • Prerequisit:
    Install the php gearman extension (http://gearman.org/gearman_php_extension), (*4)

  • in AppKernel
    new Lm\GearmanBundle\LmGearmanBundle(),, (*5)

  • in parameters.yml
    gearman_host: {ip address of the gearman server}
    gearman_port: {port of the gearman server}, (*6)

  • in composer.json
    require "lm/gearmanbundle": "dev-master", (*7)

USAGE:, (*8)

In a controller
$gearman = $this->get('gearman');
$reponse=$gearman->doJob(functionName, data);
, (*9)

The Versions

29/07 2014

dev-master

9999999-dev

Symfony Gearman Client Bundle

  Sources   Download

MIT

The Requires

 

by Christophe Charbuillet

client gearman