文件名称:phprest-sample-heroku-app:Phprest 示例项目作为 Heroku 应用程序
文件大小:202KB
文件格式:ZIP
更新时间:2024-07-21 10:26:32
JavaScript
Phprest 示例 Heroku 应用程序 演示 Api 文档截图 当然你也可以发送 curl 请求: curl -X GET --header "Accept: */*" phprest.herokuapp.com/camera 安装 安装 heroku login git clone https://github.com/phprest/phprest-sample-heroku-app.git cd phprest-sample-heroku-app heroku create yourappname heroku addons:add cleardb:ignite git push heroku master heroku run composer init-phprest-sample
【文件预览】:
phprest-sample-heroku-app-master
----api()
--------Camera()
--------Temperature()
----.gitignore(30B)
----app()
--------services.php(420B)
--------routes.php(174B)
--------orm()
--------storage()
--------app.php(755B)
--------config()
----index.php(25B)
----paths.php(559B)
----LICENSE(1KB)
----public()
--------index.php(139B)
--------docs()
----composer.json(1KB)
----composer.lock(80KB)
----README.md(929B)
----Procfile(60B)
----nginx_app.conf(416B)
----specs()
--------package.json(217B)
--------bootstrap.js(345B)
--------tests()
----app.json(378B)