阅读(1320) (1)

YurunDoc 下载安装

2017-10-12 13:19:33 更新

下载

Github:https://github.com/Yurunsoft/ApiAgent 码云:https://gitee.com/yurunsoft/apiagent

安装

当作类库使用

在您的composer.json中加入配置:

{
    "require": {
        "yurunsoft/api-agent": "1.0.*"
    }
}

作为项目运行

切换到ApiAgent目录下,执行下列命令:

composer install