Skip to content
forked from 2bj/Pushko

A Kohana 3 module for the Pusher REST API (https://www.pusherapp.com)

Notifications You must be signed in to change notification settings

sjungwirth/Pushko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushko

This is a very simple Kohana 3 module for the Pusher REST API (https://www.pusherapp.com)

Using it is easy as pie:

$pusher = Pushko::factory('test_channel');
$pusher->trigger('test_event', 'Hello, pushko!');

Channels

You can specify the channel either while constructing the Pusher object as described above, or while triggering an event:

$pusher->trigger('event', 'data', null, 'channel');

Socket id

In order to avoid duplicates you can optionally specify the sender's socket id while triggering an event (https://pusherapp.com/docs/duplicates):

$pusher->trigger('event','data','socket_id');

License

Copyright 2010, 2bj. Licensed under the MIT license: https://www.opensource.org/licenses/mit-license.php

Copyright 2010, Squeeks. Licensed under the MIT license: https://www.opensource.org/licenses/mit-license.php

About

A Kohana 3 module for the Pusher REST API (https://www.pusherapp.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%