lewisbaker/silex-elephantio

There is no license information available for the latest version (dev-master) of this package.

ElephantIO Service Provider for the Silex PHP Microframework

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/lewisbaker/silex-elephantio

dev-master 2013-06-06 21:02 UTC

This package is not auto-updated.

Last update: 2025-10-06 16:45:44 UTC


README

#ElephantIO Service Provider for Silex

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

##Installation

  1. Add to your composer.json file

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

    php composer.phar update

Registering

<?php

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

Licensed under the MIT license.