12 Star 53 Fork 15

微梦 / 微擎表单验证注解支持

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
虞灪 提交于 2023-09-11 11:16 . [U] 修改格式化文件
{
"name": "itwmw/engine-validate-attributes",
"description": "微擎表单验证器注解验证",
"authors": [
{
"name": "虞灪",
"email": "995645888@qq.com"
}
],
"autoload": {
"psr-4": {
"Itwmw\\Validate\\Attributes\\": "src"
},
"files": [
"src/helper.php"
]
},
"autoload-dev": {
"psr-4": {
"Itwmw\\Validate\\Attributes\\Test\\": "test"
}
},
"license": "Apache-2.0",
"require": {
"php": ">=8.1",
"w7/engine-validate": "^5.0",
"itwmw/engine-validate-middleware": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^10|^9"
},
"minimum-stability": "stable",
"prefer-stable": true
}
PHP
1
https://gitee.com/wm-code/engine-validate-attributes.git
git@gitee.com:wm-code/engine-validate-attributes.git
wm-code
engine-validate-attributes
微擎表单验证注解支持
5.x

搜索帮助