dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Ryan Schumacher
silex thunderpush
Thunderpush service provider for silex micro-framework. Check here: https://github.com/thunderpush/php-thunderclient, (*1)
``` php <?php use Silex\Application;, (*2)
$host = 'localhost'; $port = '8080'; $key = 'key'; $secret = 'secret'; $app = new Application(); $app->register(new ThunderpushServiceProvider(), array( "thunderpush.host" => $host, "thunderpush.port" => $port, "thunderpush.key" => $key, "thunderpush.secret" => $secret )); $tp = $app['thunderpush']; $tp->get_user_count();, (*3)
Install with Composer ===================== ``` js { require: { "jrschumacher/silex-provider-thunderpush": "dev-master" } }
MIT
silex thunderpush