maxwell2022 / pheanstalkserviceprovider
v1.0
2014-02-09 23:07 UTC
Requires
- php: >=5.3.0
- pda/pheanstalk: ~2.1
This package is not auto-updated.
Last update: 2024-10-26 15:37:25 UTC
README
Silex Provider for pheanstalk
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