PHPackages                             ipush/ipush - 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. ipush/ipush

ActiveLibrary

ipush/ipush
===========

1.0.1(2y ago)115MITPHP

Since Feb 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ipush-id/ipush-php)[ Packagist](https://packagist.org/packages/ipush/ipush)[ RSS](/packages/ipush-ipush/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Ipush PHP Client
================

[](#ipush-php-client)

### PHP

[](#php)

1. Install package

```
composer require ipush/ipush

```

2. Menggunakan library Ipush

```
require_once __DIR__ . '/../vendor/autoload.php';
use Ipush\\Ipush;

try {
    $ipush = new Ipush(
        WEBSOCKET_URL
        APP_ID,
        API_KEY,
        API_SECRET
    );
}catch(Exception $e) {
    // Pesan jika gagal koneksi ke socket server Ipush
    echo $e->getMessage();
}
```

3. Broadcast message

```
// Format:
// $ipush->trigger(CHANNEL, EVENT, DATA);

// Contoh:
$ipush->trigger("transaction", "buy-voucher-success", [
    'current_balance' => 10000,
    'product' => 'Pulsa Telkomsel 10000'
]);

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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.

###  Release Activity

Cadence

Every ~10 days

Total

2

Last Release

799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90ca727d0537439a161209374946523798b55ac3a919e7833db6036c661ba026?d=identicon)[ipush](/maintainers/ipush)

---

Top Contributors

[![zuramai](https://avatars.githubusercontent.com/u/45036724?v=4)](https://github.com/zuramai "zuramai (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ipush-ipush/health.svg)

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

###  Alternatives

[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tivoka/tivoka

The universal JSON-RPC client/server library. JSON-RPC done right!

74159.0k3](/packages/tivoka-tivoka)[takielias/codeigniter-websocket

CodeIgniter Websocket using Ratchet Websocket technology. Inspired by https://github.com/romainrg/ratchet\_client

609.1k](/packages/takielias-codeigniter-websocket)[romainrg/ratchet_client

CodeIgniter library who allow you to make powerfull applications with realtime interactions by using Websocket technology

396.6k](/packages/romainrg-ratchet-client)[soleon/sc-php

SocketCluster - PHP library for interacting with the SocketCluster.io

1531.8k](/packages/soleon-sc-php)[jetsung/pusher

A message push extension.

168.6k](/packages/jetsung-pusher)

PHPackages © 2026

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