3 Star 7 Fork 0

simon / yii2-xhprof

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
simon 提交于 2015-04-21 18:58 . 去掉自启动注入
{
"name": "fbi/yii2-xhprof",
"description": "Yii2 provide support for xhprof",
"keywords": ["PHP","Yii2","xhprof"],
"homepage": "http://git.oschina.net/fbi/yii2-xhprof",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Simon",
"homepage": "http://git.oschina.net/fbi"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0"
},
"autoload": {
"psr-4": {
"fbi\\xhprof\\": ""
}
}
}
PHP
1
https://gitee.com/fbi/yii2-xhprof.git
git@gitee.com:fbi/yii2-xhprof.git
fbi
yii2-xhprof
yii2-xhprof
master

搜索帮助