PHPackages                             appdb/php-push-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. appdb/php-push-sender

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

appdb/php-push-sender
=====================

PHP library to send push notifications via appdb push service

1.0.1(2y ago)5102GPL-3.0-or-laterPHP

Since Apr 24Pushed 2y agoCompare

[ Source](https://github.com/appdb-official/php-push-sender)[ Packagist](https://packagist.org/packages/appdb/php-push-sender)[ RSS](/packages/appdb-php-push-sender/feed)WikiDiscussions main Synced today

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

PHP push notification send library
==================================

[](#php-push-notification-send-library)

This library allows you to send push notifications to your apps that are published on appdb.

More information about appdb push notification service can be found on [Documentation website](https://rtfm.dbservices.to/#/services-and-features/push-notifications)

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

[](#installation)

```
composer require appdb/php-push-sender

```

Sending of push notification (sample code)
------------------------------------------

[](#sending-of-push-notification-sample-code)

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

$sender = new \Appdb\PhpPushSender\PhpPushSender('push_xxx', 'xxx');

$payload = [
    'aps' => [
        'alert' => [
            'title' => 'test',
            'subtitle' => 'test notification',
            'body' => 'test at ' . date('r')
        ]
    ]
];

$destinations['c_xxx'] = []; // sending to this customer
// OR
$destinations['c_xxx'][] = 'd_xxx';  // sending to specific device of customer

$pushSendResult = $sender->send($payload, $destinations);

var_dump($pushSendResult);

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Total

2

Last Release

800d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16737810?v=4)[appdb](/maintainers/appdb)[@appdb](https://github.com/appdb)

### Embed Badge

![Health badge](/badges/appdb-php-push-sender/health.svg)

```
[![Health](https://phpackages.com/badges/appdb-php-push-sender/health.svg)](https://phpackages.com/packages/appdb-php-push-sender)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[guanguans/notify

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

687114.3k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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