2017 © Pedro Peláez
 

library pushing-kiwi-client

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

image

kiwi-suite/pushing-kiwi-client

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

  • Wednesday, December 13, 2017
  • by luchaos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

This is a draft. Don't use in production, (*1)

kiwi-suite/pushing-kiwi-client

Build Status Coverage Status Packagist Packagist Pre Release Packagist, (*2)

Installation

The suggested installation method is via composer:, (*3)

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

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+., (*4)

$ composer require 'guzzlehttp/guzzle:^6.0.0'

The Versions

13/12 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

13/12 2017

0.0.3

0.0.3.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

13/12 2017

dev-develop

dev-develop

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

  Sources   Download

MIT

The Requires

 

The Development Requires

03/11 2017

0.0.2

0.0.2.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

03/11 2017

0.0.1

0.0.1.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires