PHPackages                             kiwi-suite/pushing-kiwi-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kiwi-suite/pushing-kiwi-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kiwi-suite/pushing-kiwi-client
==============================

kiwi-suite/pushing-kiwi-client php client for pushing.kiwi

0.0.3(8y ago)029MITPHPPHP ^5.6 | ^7.0

Since Nov 2Pushed 8y agoCompare

[ Source](https://github.com/kiwi-suite/pushing-kiwi-client)[ Packagist](https://packagist.org/packages/kiwi-suite/pushing-kiwi-client)[ RSS](/packages/kiwi-suite-pushing-kiwi-client/feed)WikiDiscussions master Synced yesterday

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

**This is a draft. Don't use in production**

kiwi-suite/pushing-kiwi-client
==============================

[](#kiwi-suitepushing-kiwi-client)

[![Build Status](https://camo.githubusercontent.com/bdb6cb863b3066c38b1fd163f61f45cc6e6d81ce9fa1a2c9c52a2164658ccc2d/68747470733a2f2f7472617669732d63692e6f72672f6b6977692d73756974652f70757368696e672d6b6977692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kiwi-suite/pushing-kiwi-client)[![Coverage Status](https://camo.githubusercontent.com/600471f3fa63e6891ea5228ebdc509a8f1be7fd7effb4d908386b5e379b14744/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6b6977692d73756974652f70757368696e672d6b6977692d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/kiwi-suite/pushing-kiwi-client?branch=master)[![Packagist](https://camo.githubusercontent.com/b785f4b66d0a0f12acbad10d1c711570fa9938d9f77df78891bd8f3502c370b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6977692d73756974652f70757368696e672d6b6977692d636c69656e742e737667)](https://packagist.org/packages/kiwi-suite/pushing-kiwi-client)[![Packagist Pre Release](https://camo.githubusercontent.com/a6672425fd1143c13fe8b6479968513c90ce72c2179ef37f94319ee83cf955e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6b6977692d73756974652f70757368696e672d6b6977692d636c69656e742e737667)](https://packagist.org/packages/kiwi-suite/pushing-kiwi-client)[![Packagist](https://camo.githubusercontent.com/17abcaf653b7589bfe70feb7196827302201ac5c62bd1c82bddf7724c3167ba2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b6977692d73756974652f70757368696e672d6b6977692d636c69656e742e737667)](https://packagist.org/packages/kiwi-suite/pushing-kiwi-client)

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

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
php composer.phar require kiwi-suite/pushing-kiwi-client
```

Usage
-----

[](#usage)

```
$iosMessage = new IosMessage([
    'title' => "string",
    'body' => "string",
    'launchImage' => "string",
    'badge' => 1,
    'sound' => "string",
    'payload' => ["key" => "value"],
    'priority' => 5,
    'deviceIds' => ["deviceToken1", "deviceToken2"],
]);

$androidMessage = new AndroidMessage([
    'payload' => ["key" => "value"],
    'deviceIds' => ["deviceToken1", "deviceToken2"],
]);

$notification = new Notification("my_secret_token", [$iosMessage, $androidMessage]);
$psr7Request = $notification->createHttpRequest();
$yourHttpClient->send($psr7Request);
```

This library does not ship with functionality to send HTTP requests over the wire. You need to get a library to do this for you. Any PSR-7 compliant library will work, like [Guzzle v6+](http://guzzle.readthedocs.org/en/latest/).

```
$ composer require 'guzzlehttp/guzzle:^6.0.0'

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

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

Total

3

Last Release

3073d ago

PHP version history (2 changes)0.0.1PHP ^5.6 | ^7.1

0.0.3PHP ^5.6 | ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5af112c62f11a3723684fa620c56a0ab25158f19b0dcf57d19ac34f57aadf2c9?d=identicon)[ixocreate](/maintainers/ixocreate)

---

Top Contributors

[![ohtyap](https://avatars.githubusercontent.com/u/1170097?v=4)](https://github.com/ohtyap "ohtyap (9 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kiwi-suite-pushing-kiwi-client/health.svg)

```
[![Health](https://phpackages.com/badges/kiwi-suite-pushing-kiwi-client/health.svg)](https://phpackages.com/packages/kiwi-suite-pushing-kiwi-client)
```

PHPackages © 2026

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