iakio/gntp-notify
Composer 安装命令:
composer require iakio/gntp-notify
包简介
Simple GNTP notification library
关键字:
README 文档
README
Simple GNTP notification library
Usage
<?php
$gntp = new GNTP();
$gntp->sendNotify("appname", "type", "title", "text", array('icon_file' => 'a.png'));
<?php
$gntp = new GNTP();
$register = new RegisterRequest("appname");
$register->addNotification("type1", array("icon_url" => "http://localhost/a.png");
$register->addNotification("type2", array("icon_file" => "b.png");
$notify = new NotificationRequest("appname", "type1", "title", array("text" => "text");
$gntp->notifyOrRegister($notify, $register);
Requirements
- PHP >= 5.3.3
License
MIT
Links
统计信息
- 总下载量: 430
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-26