lewisbaker / silex-pheanstalk
Pheanstalk Service Provider for the Silex PHP Microframework
Installs: 431
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 1
pkg:composer/lewisbaker/silex-pheanstalk
Requires
- php: >=5.3.0
- pda/pheanstalk: dev-master
This package is not auto-updated.
Last update: 2025-09-27 19:22:07 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.