lewisbaker/silex-pheanstalk

There is no license information available for the latest version (dev-master) of this package.

Pheanstalk Service Provider for the Silex PHP Microframework

dev-master 2015-07-26 18:25 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:38:12 UTC


README

#Pheanstalk Service Provider for Silex

This is a service provider for the Silex PHP Microframework, it provides access to Pheanstalk.

##Installation

  1. Add to your composer.json file

    	"require": {
    		"lewisbaker/silex-pheanstalk": "dev-master"
    	}
    
  2. Install the dependencies

    php composer.phar update

Registering

<?php

$app->register(new LewisB\PheanstalkServiceProvider\PheanstalkServiceProvider(), array(
    'pheanstalk.server' => '10.0.0.1'
));

Licensed under the MIT license.