2017 © Pedro Peláez
 

library instapush-php

Instapush PHP Wrapper

image

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

The README.md

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"
));

The Versions

12/02 2014

dev-master

9999999-dev

Instapush PHP Wrapper

  Sources   Download

The Requires

  • php >=5.3.0

 

by Instapush