Skip to content

pushbots/Instapush-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Instapush PHP Wrapper

The [Instapush PHP Wrapper] (http://www.instapush.im/) is a PHP wrapper for Instapush API.

Instapush allows you to recieve push notifications about any trasnaction you care about in your web app immediatly using events based approach.

This wrapper makes async request hence will minimally affect application speed (if any).

Usage

The minimal you'll need to have is:

require("lib/instapush.php");
$ip = InstaPush::getInstance("APPLICATION_ID", "APPLICATION_SECRET");
$ip->track("signup", array( 
 		"email"=> "[email protected]"
));

Releases

No releases published

Packages

No packages published

Languages