2017 © Pedro Peláez
 

library silex-elephantio

ElephantIO Service Provider for the Silex PHP Microframework

image

lewisbaker/silex-elephantio

ElephantIO Service Provider for the Silex PHP Microframework

  • Thursday, June 6, 2013
  • by 2bard
  • Repository
  • 1 Watchers
  • 0 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ElephantIO Service Provider for Silex

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

Installation

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

    ``` json, (*3)

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

    ```, (*4)

  2. Install the dependencies, (*5)

    php composer.phar update, (*6)

Registering

<?php

$app->register(new LewisB\ElephantIOServiceProvider\ElephantIOServiceProvider(), array(
    'elephant.address' => 'http://localhost:4568'
));

Licensed under the MIT license., (*7)

The Versions

06/06 2013

dev-master

9999999-dev

ElephantIO Service Provider for the Silex PHP Microframework

  Sources   Download

The Requires

 

php silex socket.io elephant.io