文件名称:pushbox:Pushbox 是苹果 apns、google gcm、sms 等的通用通知推送容器
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-22 07:20:10
PHP
推箱子 Pushbox 是苹果 apns、google gcm、sms 等的通用通知推送容器。 Apns 适配器: : 安装 更新您的composer.json文件以将这些包作为依赖项包含在内。 " tinpont/pushbox " : " dev-master " 自定义您的适配器 在任何你喜欢的地方创建一个 php 文件,扩展Tinpont\Pushbox\Adapter <?php namespace John \ Pushbox ; use Tinpont \ Pushbox \ Device ; use Tinpont \ Pushbox \ Options ; use Tinpont \ Pushbox \ Adapter ; class Sms extends Adapter { } 覆盖push和isValidToken方法 public functio
【文件预览】:
pushbox-master
----src()
--------Exception()
--------Message.php(680B)
--------Adapter.php(3KB)
--------Device.php(726B)
--------Options.php(1KB)
--------Adapter()
----LICENSE(1KB)
----README.md(1KB)
----APNS.md(2KB)
----composer.json(603B)