1 Star 0 Fork 35

unixaaa/crossphp

forked from ideaa/crossphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
ideaa 提交于 2013-10-21 10:11 . *
{
"name": "ideaa/crossphp",
"type": "library",
"description": "Simple php5 Framework",
"keywords": ["crossphp", "php5 Framework"],
"homepage": "http://www.crossphp.com",
"repositories": [
{
"type": "vcs",
"url": "http://git.oschina.net/ideaa/crossphp.git"
}
],
"license": "Apache-2.0",
"authors": [
{
"name": "ideaa",
"email": "ideaa@qq.com",
"homepage": "http://ideaa.sinaapp.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {"crossphp\\": "crossphp/"}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/unixaaa/crossphp.git
git@gitee.com:unixaaa/crossphp.git
unixaaa
crossphp
crossphp
master

搜索帮助