2017 © Pedro Peláez
 

library pheanstalkserviceprovider

image

maxwell2022/pheanstalkserviceprovider

  • Monday, February 10, 2014
  • by Maxwell2022
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PheanstalkServiceProvider

Silex Provider for pheanstalk, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Installation

Using your composer.json:, (*3)

{
    "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, (*4)

The Versions

10/02 2014

dev-master

9999999-dev https://github.com/Maxwell2022/PheanstalkServiceProvider

  Sources   Download

MIT

The Requires

 

silex pheanstalk

10/02 2014

v1.0

1.0.0.0 https://github.com/Maxwell2022/PheanstalkServiceProvider

  Sources   Download

MIT

The Requires

 

silex pheanstalk