PHPackages                             semivan/pushall-api-client - 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. [API Development](/categories/api)
4. /
5. semivan/pushall-api-client

ActiveLibrary[API Development](/categories/api)

semivan/pushall-api-client
==========================

Удобный PHP клиент для работы с API PushAll.ru

1.0.1(4y ago)116MITPHPPHP &gt;=7.1

Since Feb 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/semivan/pushall-api-client)[ Packagist](https://packagist.org/packages/semivan/pushall-api-client)[ RSS](/packages/semivan-pushall-api-client/feed)WikiDiscussions master Synced 1w ago

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

PHP API клиент для PushAll.ru
=============================

[](#php-api-клиент-для-pushallru)

Требования
----------

[](#требования)

- PHP &gt;= 7.1
- [symfony/http-client](https://github.com/symfony/http-client)

Установка
---------

[](#установка)

```
composer require semivan/pushall-api-client
```

Использование
-------------

[](#использование)

```
$client = new \PushAll\PushAllClient($id, $key);
```

### Аутентификация подписчика

[](#аутентификация-подписчика)

```
$userId = $client->oAuth($_GET('code'));
```

### Отправка уведомлений

[](#отправка-уведомлений)

```
// Уведомление себе
$result = $client->selfNotification()
    ->setTitle('Title')
    ->setText('Text')
    ->send();

// Уведомление всем подписчикам канала
$result = $client->broadcastNotification()
    ->setTitle('Title')
    ->setText('Text')
    ->send();

// Уведомление определенным подписчикам канала
$result = $client->multicastNotification()
    ->setTitle('Title')
    ->setText('Text')
    ->addUid(11111)
    ->addUid(22222)
    ->send();

// Уведомление одному подписчику канала
$result = $client->unicastNotification()
    ->setTitle('Title')
    ->setText('Text')
    ->addUid(11111)
    ->send();
```

### Получение списков

[](#получение-списков)

```
// Уведомлений
$result = $client
    ->showList()
    ->getNotifications();

// Подписчиков
$result = $client
    ->showList()
    ->getUsers();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

2

Last Release

1631d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

1.0.1PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apiclientlibrarypushall

### Embed Badge

![Health badge](/badges/semivan-pushall-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/semivan-pushall-api-client/health.svg)](https://phpackages.com/packages/semivan-pushall-api-client)
```

###  Alternatives

[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80223.4k6](/packages/gorkalaucirica-hipchat-v2-api-client)[teknoo/sellsy-client

PHP library to connect your applications to your Sellsy account account using the Sellsy API and build your websites and your platforms on the Sellsy technology.

18195.6k](/packages/teknoo-sellsy-client)[fabian-beiner/todoist-php-api-library

A PHP client library that provides a native interface to the official Todoist REST API.

4810.8k](/packages/fabian-beiner-todoist-php-api-library)[tilleuls/amazon-mws-orders

Amazon Marketplace Web Service Orders PHP Client Library

1288.1k1](/packages/tilleuls-amazon-mws-orders)

PHPackages © 2026

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