Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanlongma/push

Third party message push
https://github.com/yanlongma/push

Last synced: 14 days ago
JSON representation

Third party message push

Awesome Lists containing this project

README

        

# push

## Introduction

Third party message push

## Install

```
$ composer require yanlongma/push
```

## Demo

```php
1,
'url' => 'http://www.mayanlong.com'
];
$platform = ['android', 'ios'];
$audience = [
'alias' => ['13888888888']
];

$push = new YanlongMa\Push\JPush($appKey, $masterSecret);
$push->push($alert, $extras, $platform, $audience);
```