library instapush-php
Instapush PHP Wrapper
pushbots/instapush-php
Instapush PHP Wrapper
- Wednesday, February 12, 2014
- by pushbots
- Repository
- 2 Watchers
- 21 Stars
- 1,666 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 14 Forks
- 3 Open issues
- 1 Versions
- 3 % Grown
Instapush PHP Wrapper
The [Instapush PHP Wrapper] (http://www.instapush.im/) is
a PHP wrapper for Instapush API., (*1)
Instapush allows you to recieve push notifications about any trasnaction you care about in your web app immediatly using events based approach., (*2)
This wrapper makes async request hence will minimally affect application speed (if any)., (*3)
Usage
The minimal you'll need to have is:, (*4)
require("lib/instapush.php");
$ip = InstaPush::getInstance("APPLICATION_ID", "APPLICATION_SECRET");
$ip->track("signup", array(
"email"=> "test@ss.cc"
));
dev-master
9999999-dev
Instapush PHP Wrapper
Sources
Download
The Requires
by
Instapush