18 Star 118 Fork 23

inhere / php-validate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2021-06-11 23:17 . fix: import package name is error
{
"name": "inhere/php-validate",
"type": "library",
"description": "an simple validate, filter library of the php",
"keywords": [
"php-library",
"library",
"validate",
"form-validate",
"validation"
],
"homepage": "https://github.com/inhere/php-validate",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "https://github.com/inhere"
}
],
"require": {
"php": ">7.1.0",
"toolkit/stdlib": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
},
"autoload": {
"psr-4": {
"Inhere\\Validate\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Inhere\\ValidateTest\\": "test/"
}
},
"scripts": {
"check-cs": "./php-cs-fixer fix --dry-run --diff --diff-format=udiff",
"cs-fix": "./php-cs-fixer fix",
"test": "vendor/bin/phpunit"
}
}
PHP
1
https://gitee.com/inhere/php-validate.git
git@gitee.com:inhere/php-validate.git
inhere
php-validate
php-validate
master

搜索帮助