PHPackages                             lewisbaker/silex-pheanstalk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. lewisbaker/silex-pheanstalk

ActiveLibrary[Framework](/categories/framework)

lewisbaker/silex-pheanstalk
===========================

Pheanstalk Service Provider for the Silex PHP Microframework

24311[1 issues](https://github.com/2bard/PheanstalkServiceProvider/issues)PHP

Since Jul 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/2bard/PheanstalkServiceProvider)[ Packagist](https://packagist.org/packages/lewisbaker/silex-pheanstalk)[ RSS](/packages/lewisbaker-silex-pheanstalk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\#Pheanstalk Service Provider for Silex

This is a service provider for the Silex PHP Microframework, it provides access to Pheanstalk.

\##Installation

1. Add to your `composer.json` file

    ```
    	"require": {
    		"lewisbaker/silex-pheanstalk": "dev-master"
    	}
    ```
2. Install the dependencies

    php composer.phar update

Registering
-----------

[](#registering)

```
