hacklee/umeng-notification

umeng-notification, 友盟推送, 消息推送, php-notification

1.0 2016-01-08 08:48 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:40:09 UTC


README

友盟消息推送SDK,php-composer版本,支持动态传参和链式操作,对官方的php包v1.4进行封装修改。代码格式基于psr2,autoload加载方式基于psr4。

使用方法

  1. 下载源文件,通过require autoload.php引入

  2. 使用composer方式加载,composer require "hacklee/umeng-notification"

具体使用参考example目录下的android_test.php和ios_test.php