maxwell2022/pheanstalkserviceprovider

v1.0 2014-02-09 23:07 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:10:08 UTC


README

Silex Provider for pheanstalk

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

Using your composer.json:

{
    "maxwell2022/pheanstalkserviceprovider": "dev-master"
}
$ ./composer.phar update

Provider registration

$app->register(new \Maxwell2022\Silex\Provider\PheanstalkServiceProvider(), array(
    'pheanstalk.host' => 'localhost'
));

You can specify the following additional options: pheanstalk.port (default to 11300) and pheanstalk.timeout default to 30 seconds