PHPackages                             abbasadel/instapush-laravel - 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. abbasadel/instapush-laravel

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

abbasadel/instapush-laravel
===========================

0211PHP

Since Feb 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/abbasadel/instapush-laravel)[ Packagist](https://packagist.org/packages/abbasadel/instapush-laravel)[ RSS](/packages/abbasadel-instapush-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

InstaPush Wrapper for Laravel
=============================

[](#instapush-wrapper-for-laravel)

[InstaPush](https://instapush.im/) for Laravel gives Immediate Notifications for the transactions you care about in your Laravel PHP applications.

How to Install
--------------

[](#how-to-install)

1. Install the `abbasadel/instapush-laravel` package

    ```
    $ composer require "abbasadel/instapush-laravel:dev-master"
    ```
2. Update `app/config/app.php` to configure your Instapush Account

    ```
    # Add `InstapushServiceProvider` to the `providers` array
    'providers' => array(
        ...
        'Pushbots\Instapush\InstapushServiceProvider',
    )

    # Add the `Insta` Facade to the `aliases` array
    'aliases' => array(
        ...
        'Insta' => 'Pushbots\Instapush\Facades\Insta',
    )
    ```

Configuration
-------------

[](#configuration)

1. Generate a template Instapush config file

    ```
    $ php artisan config:publish abbasadel/instapush-laravel
    ```
2. Update `app/config/packages/abbasadel/instapush-laravel/config.php` with your Instapush appID and appSecret key:

    ```
    return array(
        'appId' => 'APP_ID',
        'appSecret' => 'APP_SECRET',
    );
    ```

Usage
-----

[](#usage)

```
```php
    Insta::Push("EventName", ['tacker1'=>'value1', 'tacker2'=>'value2']);
 ```

```

Reporting Bugs or Feature Requests
----------------------------------

[](#reporting-bugs-or-feature-requests)

Please report any bugs or feature requests on the github issues page for this project here:

License
-------

[](#license)

The InstaPush Laravel is free software released under the GPLv2 License. See [LICENSE.txt](https://github.com/abbasadel/instapush-laravel/blob/master/LICENSE) for details.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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/580625?v=4)[Abbas Adel Ibraim](/maintainers/abbasadel)[@abbasadel](https://github.com/abbasadel)

---

Top Contributors

[![abbasadel](https://avatars.githubusercontent.com/u/580625?v=4)](https://github.com/abbasadel "abbasadel (3 commits)")

### Embed Badge

![Health badge](/badges/abbasadel-instapush-laravel/health.svg)

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

###  Alternatives

[dater/dater

Compact PHP library for working with date/time in different formats &amp; timezones.

14282.3k](/packages/dater-dater)[overtrue/laravel-vote

User Vote features for Laravel Application.

12416.5k](/packages/overtrue-laravel-vote)[consoletvs/support

ConsoleTVs support library

27300.4k8](/packages/consoletvs-support)[tonyhhyip/sse

An easy-to-use, object-oriented library for Server-Sent Events

24165.9k2](/packages/tonyhhyip-sse)[snscripts/itc-reporter

PHP package for downloading stats from iTunes Connect - Replacement for Apples Java based Reporter.jar

2241.0k](/packages/snscripts-itc-reporter)[wpackio/enqueue

API to enqueue assets generated by @wpackio/scripts into your WordPress plugin or theme.

1278.3k5](/packages/wpackio-enqueue)

PHPackages © 2026

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