PHPackages                             artarts36/pushall-sender - 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. artarts36/pushall-sender

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

artarts36/pushall-sender
========================

Push Sender

0.3.4(5y ago)0325MITPHPPHP ^7.3 | ^8.0CI failing

Since Jun 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ArtARTs36/PushAllSender)[ Packagist](https://packagist.org/packages/artarts36/pushall-sender)[ RSS](/packages/artarts36-pushall-sender/feed)WikiDiscussions master Synced today

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

PushAllSender
-------------

[](#pushallsender)

[![PHP Composer](https://github.com/ArtARTs36/PushAllSender/workflows/PHP%20Composer/badge.svg?branch=master)](https://github.com/ArtARTs36/PushAllSender/workflows/PHP%20Composer/badge.svg?branch=master)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/b528055fd8ca51ece7d549922a4a1eb7526427e8cafea498620668ef80897f52/68747470733a2f2f706f7365722e707567782e6f72672f6172746172747333362f70757368616c6c2d73656e6465722f642f746f74616c2e737667)](https://poser.pugx.org/artarts36/pushall-sender/d/total.svg)

---

### Description:

[](#description)

Client for send push-notifications on API

PushAll API Documentation:

---

### Installation:

[](#installation)

`composer require artarts36/pushall-sender`

---

### Examples:

[](#examples)

#### Simple:

[](#simple)

```
use ArtARTs36\PushAllSender\Senders\PushAllSender;
use ArtARTs36\PushAllSender\Push;

$sender = new PushAllSender(123456789, 'apiKey');
$push = new Push('Message #1', 'Hello');

$sender->push($push);
```

#### Connect in Laravel:

[](#connect-in-laravel)

1\*. Set variables in .env:

```
PUSHALL_API_KEY='your key'
PUSHALL_CHANNEL_ID='your channel id'
```

2\*. Binding in bootstrap/app.php:

```
$app->singleton(
    \ArtARTs36\PushAllSender\Interfaces\PusherInterface::class,
    function () {
        return new ArtARTs36\PushAllSender\Senders\PushAllSender(env('PUSHALL_CHANNEL_ID'), env('PUSHALL_API_KEY'));
    }
);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Recently: every ~83 days

Total

10

Last Release

1865d ago

PHP version history (2 changes)0.2.0PHP ^7.3

0.3.4PHP ^7.3 | ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8027278?v=4)[Artem Ukrainskii](/maintainers/ArtARTs36)[@ArtARTs36](https://github.com/ArtARTs36)

---

Top Contributors

[![ArtARTs36](https://avatars.githubusercontent.com/u/8027278?v=4)](https://github.com/ArtARTs36 "ArtARTs36 (22 commits)")

---

Tags

phpapisymfonylaravelpushnotificationmobileyiipushall.ru

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/artarts36-pushall-sender/health.svg)

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

###  Alternatives

[ladumor/one-signal

Laravel Wrapper for OneSignal.

125348.5k](/packages/ladumor-one-signal)[joetannenbaum/phpushbullet

PHP API wrapper for Pushbullet.

3048.4k4](/packages/joetannenbaum-phpushbullet)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

15130.8k](/packages/hafael-azure-mailer-driver)[leonardoteixeira/pushover

A simple PHP library for the Pushover service

1827.9k3](/packages/leonardoteixeira-pushover)[openapi/openapi-sdk

Minimal and agnostic PHP SDK for Openapi® (https://openapi.com)

171.4k1](/packages/openapi-openapi-sdk)

PHPackages © 2026

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