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[1 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 3w 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

27

—

LowBetter than 47% of packages

Maintenance19

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://avatars.githubusercontent.com/u/4348291?v=4)[PushBots](/maintainers/pushbots)[@pushbots](https://github.com/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)
```

###  Alternatives

[magepal/magento2-preview-checkout-success-page

Quickly and easily preview and test your Magento2 checkout success page, without placing a new order each time

7893.9k](/packages/magepal-magento2-preview-checkout-success-page)

PHPackages © 2026

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