PHPackages                             appricos/pushinator-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. appricos/pushinator-php

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

appricos/pushinator-php
=======================

A PHP client for the Pushinator API

v1.0.0(1y ago)0220MITPHPPHP &gt;=7.4CI passing

Since Jan 27Pushed 1y agoCompare

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

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

Pushinator PHP Client
=====================

[](#pushinator-php-client)

A PHP Composer package that enables developers to send push notifications seamlessly through the Pushinator API.

Installation
------------

[](#installation)

Install the package using Composer:

```
composer require appricos/pushinator-php
```

Make sure Composer's autoloader is included in your project:

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

Usage
-----

[](#usage)

### Initializing the Client

[](#initializing-the-client)

To start using the PushinatorClient, create an instance by passing your API token:

```
use Pushinator\PushinatorClient;

$client = new PushinatorClient('PUSHINATOR_API_TOKEN');
```

### Sending Notifications

[](#sending-notifications)

To send a notification to a specific channel, use the `sendNotification` method. Provide your channel ID and the notification content as arguments:

```
use Pushinator\PushinatorClient;

$client = new PushinatorClient('PUSHINATOR_API_TOKEN');

try {
    $client->sendNotification('PUSHINATOR_CHANNEL_ID', 'Hello from PHP!');
} catch (Exception $e) {
    echo "Error: " . $e->getMessage();
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

476d ago

### Community

Maintainers

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

---

Top Contributors

[![makstamoian](https://avatars.githubusercontent.com/u/99553497?v=4)](https://github.com/makstamoian "makstamoian (2 commits)")

---

Tags

composer-packagenotificationsphppush-notifications

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/appricos-pushinator-php/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[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)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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