3 Star 19 Fork 9

我的代码去哪儿了/mock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxxi7i 提交于 2024-05-25 10:10 . update:package
{
"name": "zxxi7i/mock",
"description": "根据注解自动生成 生成路由 + 生成接口文档 + Mock测试数据",
"license": "Apache-2.0",
"authors": [
{
"name": "zsw",
"email": "zswemail@qq.com"
}
],
"keywords": [
"doc",
"mock",
"annotation"
],
"require": {
"doctrine/annotations": "^1.6",
"php-di/phpdoc-reader": "^2.1",
"symfony/class-loader": "~3.2.0",
"fzaninotto/faker": "^1.9",
"topthink/think-view": "^1.0"
},
"extra": {
"think":{
"services":[
"mock\\Service"
],
"config":{
"mock": "src/config.php"
}
}
},
"autoload": {
"psr-4": {
"mock\\": "src"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zxxi7i/mock.git
git@gitee.com:zxxi7i/mock.git
zxxi7i
mock
mock
master

搜索帮助

A270a887 8829481 3d7a4017 8829481