文件名称:pushsilex:Pushbullet 与 Silex 的集成
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-11 20:05:33
PHP
推西莱克斯 Pushbullet 与 Silex 的集成 用法 use Silex \ Application ; use PushSilex \ Silex \ Provider \ PushbulletServiceProvider ; $ app = new Application ([ 'debug' => true ]); $ myToken = include (__DIR__ . '/../conf/token.php' ); $ app -> register ( new PushbulletServiceProvider ( $ myToken )); $ app -> get ( "/" , function () { return "Usage: GET /note/{title}/{body}" ; }); $ app -> get ( "/note/{t
【文件预览】:
pushsilex-master
----composer.json(469B)
----www()
--------index.php(568B)
--------.htaccess(224B)
----conf()
--------token.dist.php(48B)
----package.json(498B)
----.bowerrc(31B)
----Gruntfile.js(1KB)
----src()
--------Silex()
----.gitignore(60B)
----README.md(575B)