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

AbandonedArchivedLibrary[API Development](/categories/api)

platx/pushall
=============

PushAll.ru PHP Client

71854PHP

Since Jan 28Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PushAll.ru PHP Client
=====================

[](#pushallru-php-client)

This is php client for **PushAll.ru API**, helps to send push messages via this service.

Usage
-----

[](#usage)

1.In your php file type this:

```
    require {dir}.'/pushall/PushAll.php';
```

Where `{dir}` - full server path to a directory with our pushall folder.

2.Then you must to initialize PushAll client with following code:

```
    /**
     * Client initialization
     */
    $pushAll = new PushAll(
        00000,
        'aaa000bbb111ccc222ddd333eee444ff'
    );
```

Where `00000` - your feed id, `aaa000bbb111ccc222ddd333eee444ff` - your feed key.

3.To send a push message use following code:

```
    /**
     * Send a message
     */
    $result = $pushAll->send(array(
        'type' => PushAll::TYPE_SELF,
        'title' => 'some title',
        'text' => 'some message'
    ));
```

Initialization parameters
-------------------------

[](#initialization-parameters)

ParameterTypeRequiredDefaultVariants**id***integer***YES**--**key***string***YES**--**responseType***string*NO0`0, 1` OR `RESPONSE_TYPE_JSON, RESPONSE_TYPE_ARRAY`List of parameters
------------------

[](#list-of-parameters)

ParameterTypeRequiredDefaultVariants**type***string***YES**self`self, broadcast, unicast, multicast` OR `TYPE_SELF, TYPE_BROADCAST, TYPE_UNICAST, TYPE_MULTICAST`**uid***integer*NO--**title***string***YES**--**text***string***YES**--**url***string*NO--**hidden***integer*NO0`0, 1, 2` OR `HIDDEN_FALSE, HIDDEN_HISTORY, HIDDEN_BAND`**encode***string*NOUTF-8-**priority***integer*NO0`-1, 0, 1` OR `PRIORITY_NOT_IMPORTANT, PRIORITY_DEFAULT, PRIORITY_IMPORTANT`**responseType***integer*NO0`0, 1` OR `RESPONSE_TYPE_JSON, RESPONSE_TYPE_ARRAY`

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/029e59818b14c6d88b7e657064d8a530bb8b1aa08053ea943f064eb32f0dbf0f?d=identicon)[asdixer](/maintainers/asdixer)

---

Top Contributors

[![platx](https://avatars.githubusercontent.com/u/5385861?v=4)](https://github.com/platx "platx (4 commits)")[![zoonman](https://avatars.githubusercontent.com/u/576297?v=4)](https://github.com/zoonman "zoonman (1 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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