PHPackages                             kingscode/appcenter-push - 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. kingscode/appcenter-push

ActiveLibrary[API Development](/categories/api)

kingscode/appcenter-push
========================

PHP AppCenter Push client.

0.1.3(8y ago)32.3kMITPHPPHP &gt;=5.6

Since Feb 5Pushed 8y ago5 watchersCompare

[ Source](https://github.com/kingscode/appcenter-push)[ Packagist](https://packagist.org/packages/kingscode/appcenter-push)[ RSS](/packages/kingscode-appcenter-push/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

PHP AppCenter Push
==================

[](#php-appcenter-push)

[![Packagist](https://camo.githubusercontent.com/88317af3d73af77678d9690db6c72ff5597acb6c86670f0eaad983fa8efcab08/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b696e6773636f64652f61707063656e7465722d707573682e7376673f636f6c6f72423d627269676874677265656e)](https://packagist.org/packages/kingscode/appcenter-push)[![license](https://camo.githubusercontent.com/59cf929aecaf1b740dbd661dca2f793d72d9b429bc49e5b4b452bb7c704775e7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b696e6773636f64652f61707063656e7465722d707573682e7376673f636f6c6f72423d627269676874677265656e)](https://github.com/kingscode/appcenter-push)[![Packagist](https://camo.githubusercontent.com/855ad2cdf677de749f2487b4fa99dd7372c90dc501e129acbbe4a4cec6a4c790/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b696e6773636f64652f61707063656e7465722d707573682e7376673f636f6c6f72423d627269676874677265656e)](https://packagist.org/packages/kingscode/appcenter-push)

PHP AppCenter Push client.

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

[](#installation)

Require the package.

```
composer require kingscode/appcenter-push
```

Usage
-----

[](#usage)

```
// Create a notifier...
$notifier = Notifier::make()
    ->setOwnerName($ownerName) // Set the owner name.
    ->setAppName($appName)     // Set the app name.
    ->setToken($token);        // Set the api token.

// Create a notification...
$notification = Notification::make()
    ->setName($name)   //Set the notification name.
    ->setTitle($title) //Set the notification title.
    ->setBody($body);  //Set the notification body.

// And send the notification...
$notifier->send($notification);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

2986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3198b2298a5f376feaeaf29c62f1992a6c9b26f8dba88f7521abaa1f4096561b?d=identicon)[kingscode](/maintainers/kingscode)

---

Top Contributors

[![koenhoeijmakers](https://avatars.githubusercontent.com/u/2232776?v=4)](https://github.com/koenhoeijmakers "koenhoeijmakers (20 commits)")

### Embed Badge

![Health badge](/badges/kingscode-appcenter-push/health.svg)

```
[![Health](https://phpackages.com/badges/kingscode-appcenter-push/health.svg)](https://phpackages.com/packages/kingscode-appcenter-push)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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