1 Star 0 Fork 35

J.H/crossphp

forked from ideaa/crossphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
ideaa 提交于 2016-01-08 14:45 . *
{
"name": "ideaa/cross",
"type": "library",
"description": "Simple php5 Framework",
"keywords": ["cross", "crossphp", "php5 Framework"],
"homepage": "http://www.crossphp.com",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wonli/crossphp.git"
}
],
"license": "MIT",
"authors": [
{
"name": "wonli",
"email": "[email protected]",
"homepage": "http://www.crossphp.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit":"4.3.*"
},
"autoload": {
"psr-4": {"Cross\\": "/src"}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cafuy/crossphp.git
[email protected]:cafuy/crossphp.git
cafuy
crossphp
crossphp
master

搜索帮助