hacklee/umeng-notification

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

Installs: 1 656

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 6

Open Issues: 1

pkg:composer/hacklee/umeng-notification

1.0 2016-01-08 08:48 UTC

This package is not auto-updated.

Last update: 2025-10-15 23:57:02 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