abbasadel / Instapush-php

Instapush PHP wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instapush PHP Wrapper

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

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:

$ip = new instaPush();
$ip->App("52977dee128773e93de23cf5", "2ee88fa5bb3ebd8d3a23530715b6ccb8");
$ip->trackers("email", "test@ss.cc");
$ip->Event("signup");
$ip->Push();

Report Issues/Bugs

Bugs

About

Instapush PHP wrapper


Languages

Language:PHP 100.0%