2017 © Pedro Peláez
 

library silex-provider-thunderpush

image

jrschumacher/silex-provider-thunderpush

  • Thursday, April 10, 2014
  • by jrschumacher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,421 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Thunderpush Silex Provider

Thunderpush service provider for silex micro-framework. Check here: https://github.com/thunderpush/php-thunderclient, (*1)

Example

``` 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" } }

The Versions

10/04 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ryan Schumacher

silex thunderpush