1 Star 0 Fork 0

laoha0201/php-crud-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Maurits van der Schee 提交于 2019-08-12 23:28 . PSR-12 compatibility
{
"name": "mevdschee/php-crud-api",
"type": "library",
"description": "Single file PHP script that adds a REST API to a SQL database.",
"keywords": [
"api-server",
"restful",
"mysql",
"geospatial",
"php",
"sql-server",
"postgresql",
"php-api",
"postgis",
"crud",
"rest-api",
"openapi",
"swagger",
"automatic-api",
"database",
"multi-database",
"sql-database",
"ubuntu-linux"
],
"homepage": "https://github.com/mevdschee/php-crud-api",
"license": "MIT",
"authors": [
{
"name": "Maurits van der Schee",
"email": "maurits@vdschee.nl",
"homepage": "https://github.com/mevdschee"
}
],
"require": {
"php": ">=7.0.0",
"ext-zlib": "*",
"ext-json": "*",
"ext-pdo": "*",
"psr/http-message": "*",
"psr/http-factory": "*",
"psr/http-server-handler": "*",
"psr/http-server-middleware": "*",
"nyholm/psr7": "*",
"nyholm/psr7-server": "*"
},
"suggest": {
"ext-memcache": "*",
"ext-memcached": "*",
"ext-redis": "*"
},
"autoload": {
"psr-4": { "Tqdev\\PhpCrudApi\\": "src/Tqdev/PhpCrudApi" }
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/laoha0201/php-crud-api.git
git@gitee.com:laoha0201/php-crud-api.git
laoha0201
php-crud-api
php-crud-api
master

搜索帮助