2017 © Pedro Peláez
 

library phpusher

PHP push client for nodepush

image

bazo/phpusher

PHP push client for nodepush

  • Friday, July 5, 2013
  • by bazo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,554 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

PHPusher

NodePush PHP client. Push client for NodePush https://github.com/bazo/NodePush, (*1)

Usage:

$pushClient = new Bazo\PHPusher\PushClient('http://localhost:8080');
$data = [
    'id' => 1,
    'timestamp' => time(),
    'message' => 'lorem ipsum'
];

$pushClient->open();
$pushClient->push($room, $event, $data);
$pushClient->close();

The Versions

05/07 2013

dev-master

9999999-dev

PHP push client for nodepush

  Sources   Download

MIT

The Requires

 

05/07 2013

v1.1.0

1.1.0.0

PHP push client for nodepush

  Sources   Download

MIT

The Requires

 

29/06 2013

v1.0.1

1.0.1.0

PHP push client for nodepush

  Sources   Download

MIT

The Requires

 

29/06 2013

v1.0.0

1.0.0.0

PHP push client for nodepush

  Sources   Download

MIT

The Requires

 

23/05 2013

v0.5

0.5.0.0

PHP push client forn nodepush

  Sources   Download

MIT

The Requires