4 Star 9 Fork 3

Gitee 极速下载 / Pinatra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Pinatra/Pinatra
克隆/下载
composer.json 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
JohnLui 提交于 2018-09-08 23:15 . add Laravel Eloquent to play the Model
{
"name": "pinatra/framework",
"description": "Pinatra is a PHP verison of Sinatra: a DSL for quickly creating web applications in PHP with minimal effort.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "JohnLui",
"email": "wenhanlv@gmail.com"
}
],
"require": {
"php": ">=7.0",
"filp/whoops": "*",
"illuminate/database": "*"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
"autoload": {
"psr-4": {
"Pinatra\\": "src/"
},
"files": ["src/FirePinatra.php"]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
}
}
PHP
1
https://gitee.com/mirrors/Pinatra.git
git@gitee.com:mirrors/Pinatra.git
mirrors
Pinatra
Pinatra
master

搜索帮助