2017 © Pedro Peláez
 

library silex-pheanstalk

Pheanstalk Service Provider for the Silex PHP Microframework

image

lewisbaker/silex-pheanstalk

Pheanstalk Service Provider for the Silex PHP Microframework

  • Sunday, July 26, 2015
  • by 2bard
  • Repository
  • 1 Watchers
  • 2 Stars
  • 368 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Pheanstalk Service Provider for Silex

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

Installation

  1. Add to your composer.json file, (*2)

    ``` json, (*3)

    "require": {
        "lewisbaker/silex-pheanstalk": "dev-master"
    }

    ```, (*4)

  2. Install the dependencies, (*5)

    php composer.phar update, (*6)

Registering

<?php

$app->register(new LewisB\PheanstalkServiceProvider\PheanstalkServiceProvider(), array(
    'pheanstalk.server' => '10.0.0.1'
));

Licensed under the MIT license., (*7)

The Versions

26/07 2015

dev-master

9999999-dev

Pheanstalk Service Provider for the Silex PHP Microframework

  Sources   Download

The Requires

 

php silex queue pheanstalk