YurunDoc 下载安装
下载
Github:https://github.com/Yurunsoft/ApiAgent 码云:https://gitee.com/yurunsoft/apiagent
安装
当作类库使用
在您的composer.json中加入配置:
{
"require": {
"yurunsoft/api-agent": "1.0.*"
}
}
作为项目运行
切换到ApiAgent目录下,执行下列命令:
composer install