PHPackages                             pushbots/instapush-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pushbots/instapush-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pushbots/instapush-php
======================

Instapush PHP Wrapper

201.8k12[3 issues](https://github.com/pushbots/Instapush-php/issues)[2 PRs](https://github.com/pushbots/Instapush-php/pulls)PHP

Since Feb 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/pushbots/Instapush-php)[ Packagist](https://packagist.org/packages/pushbots/instapush-php)[ RSS](/packages/pushbots-instapush-php/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Instapush PHP Wrapper
---------------------

[](#instapush-php-wrapper)

The \[Instapush PHP Wrapper\] () 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
-----

[](#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"=> "test@ss.cc"
));
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d625ffb27aa77f3fdb6da07e85e6cf7393a37c4ec9c130ebb12e4c6bc22f6b93?d=identicon)[pushbots](/maintainers/pushbots)

---

Top Contributors

[![AbdullahDiaa](https://avatars.githubusercontent.com/u/733794?v=4)](https://github.com/AbdullahDiaa "AbdullahDiaa (7 commits)")

### Embed Badge

![Health badge](/badges/pushbots-instapush-php/health.svg)

```
[![Health](https://phpackages.com/badges/pushbots-instapush-php/health.svg)](https://phpackages.com/packages/pushbots-instapush-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
