460 Star 1.7K Fork 651

虞灪 / 表单验证

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "w7/engine-validate",
"description": "新版微擎表单验证",
"license": "Apache-2.0",
"authors": [
{
"name": "虞灪",
"email": "995645888@qq.com"
}
],
"scripts": {
"test" : "phpunit --configuration phpunit.xml"
},
"keywords": [
"w7",
"validate"
],
"require": {
"php": "^7.4|^8.0",
"illuminate/validation": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit" : "^9.5",
"friendsofphp/php-cs-fixer": "^2.18"
},
"autoload": {
"psr-4": {
"W7\\Validate\\" : "src/"
},
"files": [
"src/Support/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"W7\\Tests\\" : "tests/"
}
}
}
PHP
1
https://gitee.com/yepyuyu/wm-validate.git
git@gitee.com:yepyuyu/wm-validate.git
yepyuyu
wm-validate
表单验证
2.x

搜索帮助