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
Requires
- php: >=5.3.0
- pda/pheanstalk: dev-master
This package is not auto-updated.
Last update: 2024-11-09 15:05:43 UTC
README
#Pheanstalk Service Provider for Silex
This is a service provider for the Silex PHP Microframework, it provides access to Pheanstalk.
##Installation
-
Add to your
composer.json
file"require": { "lewisbaker/silex-pheanstalk": "dev-master" }
-
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.