文件名称:一个PHP库,可通过Pushwoosh REST Web服务轻松发送推送通知。-PHP开发
文件大小:217KB
文件格式:ZIP
更新时间:2024-06-16 02:24:57
PHP Notifications
php-pushwoosh一个PHP库,可通过Pushwoosh REST Web服务轻松发送推送通知。 第一个示例,创建Pushwoosh消息//创建一个Pushwoosh客户端$ pushwoosh = Pushwoosh :: create(php-pushwoosh一个PHP库,可通过Pushwoosh REST Web服务轻松发送推送通知。 Pushwoosh客户端$ pushwoosh = Pushwoosh :: create()-> setApplication('XXXX-XXX')-> setAuth('xxxxxxxx'); //创建对'/ createMessage'Web服务的请求$ request = CreateMessageRequest :: create ()-> addNotification(Notification :: create()-> setContent('Hello Jean!'))); //调用REST Web服务$ response = $ pushw
【文件预览】:
php-pushwoosh-master
----src()
--------main()
----LICENSE.md(1KB)
----composer.json(1KB)
----README.md(3KB)
----phpunit.xml.dist(1KB)