2017 © Pedro Peláez
 

library gearman-l4

a GearmanClient wrapper for Laravel 4

image

photomania/gearman-l4

a GearmanClient wrapper for Laravel 4

  • Sunday, December 15, 2013
  • by Bartzy
  • Repository
  • 3 Watchers
  • 12 Stars
  • 3,198 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gearman-L4

Gearman-L4 is a GearmanClient (PECL extension) wrapper for Laravel 4. It does not add functionality and only exposes the native GearmanClient instance from the PECL extension to the Laravel application., (*1)

Installation

Add photomania/gearman-l4 as a requirement to composer.json:, (*2)

{
    "require": {
        "photomania/gearman-l4": "dev-master"
    }
}

And then run composer update photomania/gearman-l4., (*3)

Once Composer has installed the packages it needs, you need to register Gearman-L4 with your Laravel application. Open up app/config/app.php, find the providers key and add:, (*4)

'Photomania\GearmanL4\GearmanL4ServiceProvider'

Configuration

You can alter configuration options (such as server hostnames and ports) by publishing the config file., (*5)

php artisan config:publish photomania/gearman-l4

This will copy the default configuration file to app/config/packages/photomania/gearman-l4/config.php., (*6)

The Versions

15/12 2013

dev-master

9999999-dev

a GearmanClient wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

by Bar Ziony