Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inhere/php-validate
Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组,前置过滤,数组检查,自定义验证器,自定义消息。
https://github.com/inhere/php-validate
filter library php-validation tool validate validation validation-library
Last synced: 8 days ago
JSON representation
Lightweight and feature-rich PHP validation and filtering library. Support scene grouping, pre-filtering, array checking, custom validators, custom messages. 轻量且功能丰富的PHP验证、过滤库。支持场景分组,前置过滤,数组检查,自定义验证器,自定义消息。
- Host: GitHub
- URL: https://github.com/inhere/php-validate
- Owner: inhere
- License: mit
- Created: 2016-04-05T02:35:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T13:43:41.000Z (about 1 year ago)
- Last Synced: 2024-10-16T06:44:27.323Z (22 days ago)
- Topics: filter, library, php-validation, tool, validate, validation, validation-library
- Language: PHP
- Homepage: https://inhere.github.io/php-validate/
- Size: 619 KB
- Stars: 257
- Watchers: 13
- Forks: 33
- Open Issues: 15
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Validate
[![License](https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square)](LICENSE)
[![Php Version](https://img.shields.io/badge/php-%3E=8.1-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/php-validate)
[![Latest Stable Version](http://img.shields.io/packagist/v/inhere/php-validate.svg)](https://packagist.org/packages/inhere/php-validate)
[![Coverage Status](https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master)](https://coveralls.io/github/inhere/php-validate?branch=master)
[![Github Actions Status](https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg)](https://github.com/inhere/php-validate/actions)
[![zh-CN readme](https://img.shields.io/badge/中文-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000)](README.md)Lightweight and feature-rich PHP validation and filtering library.
- Simple and convenient, support to add custom validator
- Support pre-verification check, customize how to judge non-empty
- Support grouping rules by scene. Or partial verification
- Supports the use of filters to purify and filter values before verification [built-in filter](#built-in-filters)
- Support pre-processing and post-processing of verification [independent verification processing](#on-in-Validation)
- Support to customize the error message, field translation, message translation of each verification, and support the default value
- Supports basic array checking, checking of children (`'goods.apple'`) values of arrays, checking of children of wildcards (`'users.*.id' 'goods.*'`)
- Easy access to error information and secure data after verification (only data that has been checked regularly)
- More than 60 commonly used validators have been built-in [built-in validator](#built-in-validators)
- Rule setting reference `yii`, `laravel`, `Respect/Validation`
- Independent filter `Inhere\Validate\Filter\Filtration`, can be used for data filtering alone## License
[MIT](LICENSE)