lewisbaker / silex-elephantio
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
Requires
- php: >=5.3.0
- wisembly/elephant.io: dev-master
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
-
Add to your
composer.json
file"require": { "lewisbaker/silex-elephantio": "dev-master" }
-
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.