PHPackages                             jobstreet/js-push-notification - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. jobstreet/js-push-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

jobstreet/js-push-notification
==============================

JS Push Notification SDK

1.0.1(10y ago)011.8kPHPPHP &gt;=5.3.0

Since Oct 23Pushed 10y ago2 watchersCompare

[ Source](https://github.com/tekmin/JSPushNotification)[ Packagist](https://packagist.org/packages/jobstreet/js-push-notification)[ Docs](https://github.com/tekmin/JSPushNotification)[ RSS](/packages/jobstreet-js-push-notification/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

JSPushNotification
==================

[](#jspushnotification)

JobStreet.com Push Notification Service

\##Installation

Using Composer:

```
composer require jobstreet/js-push-notification 1.0.0

```

\##Usage

This is the minimal example that you'll need to have:

```
require_once 'vendor/autoload.php';

$client = new JSPNClient(array(
    'applicationId' => 'YOUR_APPLICATION_ID',
    'isSandbox'     => true
));

$response = $client->publishMessage(12345, 'This is the notification message', array(
    'customParameter1' => 'parameter'
), array(
    'notificationOptions' => 'options'
));

if($response == 1) {
    echo 'Successfully publish message';
}
else {
    echo 'Failed to publish message. Error message ' . $response->error->message;
}

```

\##Configuration File You may want to create a client config file in other place. Here is the example of defining the config file:

```
define('JSPN_CONFIG_PATH', 'path/to/config.php');

require_once 'vendor/autoload.php';

$client = new JSPNClient();

```

config.php

```

return array(
    'applicationId' => 'YOUR_APPLICATION_ID',
    'isSandbox'     => true
);

```

\##Documentation

More information and example are available at [JSPushNotification SDK Wiki](https://github.com/tekmin/JSPushNotification/wiki/JSPushNotification-SDK-Wiki)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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 ~250 days

Total

2

Last Release

3966d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ea7c4e2cab89b582416036ecc3da977ddc5a418cfd0646aad5b18325b7137e48?d=identicon)[tekmin.ewe](/maintainers/tekmin.ewe)

---

Top Contributors

[![tekmin](https://avatars.githubusercontent.com/u/8188524?v=4)](https://github.com/tekmin "tekmin (71 commits)")

---

Tags

sdkJSpush notification

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jobstreet-js-push-notification/health.svg)

```
[![Health](https://phpackages.com/badges/jobstreet-js-push-notification/health.svg)](https://phpackages.com/packages/jobstreet-js-push-notification)
```

###  Alternatives

[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[mailerlite/mailerlite-api-v2-php-sdk

MailerLite API v2 PHP SDK

801.7M15](/packages/mailerlite-mailerlite-api-v2-php-sdk)[railsware/mailtrap-php

The Mailtrap SDK provides methods for all API functions.

56770.5k](/packages/railsware-mailtrap-php)[yunpian/yunpian-php-sdk

Yunpian PHP SDK

69103.2k4](/packages/yunpian-yunpian-php-sdk)[jjonline/aliyun-dysms-php-sdk

Aliyun SMS SDK for PHP

2197.2k](/packages/jjonline-aliyun-dysms-php-sdk)[pepipost/pepipost-sdk-php

Pepipost API is used to send the mail to the receipients specified in the docs

2033.6k](/packages/pepipost-pepipost-sdk-php)

PHPackages © 2026

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