文件名称:rest-api-sample:一个非常简单PHP Restful api示例。 #slim #sqlite #PDO
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-31 14:29:21
PHP
PHP简单的RESTful示例 在此示例中,我将slim用于HTTP请求,将sqlite用于db,将PDO用于db连接,将composer用于程序包。 运行版本:yazilim.soysal.biz/rest-api-sample 作者:CoşkunSoysal( ) 终点和行动 URL HTTP Method Operation /api/users GET Returns an array of users /api/users/:id GET Returns the user with id of :id /api/users POST Adds a new user and return it
【文件预览】:
rest-api-sample-master
----.gitignore(21B)
----bootstrap.php(733B)
----db()
--------sql()
--------db_file()
--------config()
--------initial_data()
----public()
--------index.php(4KB)
--------nginx_conf.txt(170B)
----composer.json(636B)
----README.md(2KB)
----License.txt(1KB)
----lib()
--------API()