#ElephantIO Service Provider for Silex
This is a service provider for the Silex PHP Microframework, it provides access to socket.io via ElephantIO.
##Installation
-
Add to your
composer.json
file"require": { "lewisbaker/silex-elephantio": "dev-master" }
-
Install the dependencies
php composer.phar update
<?php
$app->register(new LewisB\ElephantIOServiceProvider\ElephantIOServiceProvider(), array(
'elephant.address' => 'http://localhost:4568'
));
Licensed under the MIT license.