Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Respect/Validation
The most awesome validation engine ever created for PHP
https://github.com/Respect/Validation
components fluent-interface php standalone validation validation-engine validator
Last synced: about 2 months ago
JSON representation
The most awesome validation engine ever created for PHP
- Host: GitHub
- URL: https://github.com/Respect/Validation
- Owner: Respect
- License: mit
- Created: 2010-09-22T16:08:05.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:47:21.000Z (8 months ago)
- Last Synced: 2024-04-14T05:32:05.239Z (8 months ago)
- Topics: components, fluent-interface, php, standalone, validation, validation-engine, validator
- Language: PHP
- Homepage: https://respect-validation.readthedocs.io
- Size: 7.38 MB
- Stars: 5,715
- Watchers: 200
- Forks: 773
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - Validation - The most awesome validation engine ever created for PHP (PHP)
- awesome - Respect/Validation - The most awesome validation engine ever created for PHP (PHP)
- favorite-link - 有史以来为 PHP 创建的最棒的验证引擎。
- awesome-php - Respect Validation - A simple validation library. (Table of Contents / Filtering and Validation)
- awesome-php-cn - Respect Validation - 一个简单的验证库. (目录 / 过滤和验证 Filtering and Validation)
- awesome-projects - Respect Validation - A simple validation library. (PHP / Filtering and Validation)
- awesome-made-by-brazilians - Validation
- php-awesome - Respect/Validation - 校验工具 (类库 / 表单校验)
- awesome-php - Respect Validation - A simple validation library. (Table of Contents / Filtering, Sanitizing and Validation)
- awesome-me - Validation - The most awesome validation engine ever created for PHP. (Developments / Framework & Libraries)
- awesome-me - Validation - The most awesome validation engine ever created for PHP. (Developments / Framework & Libraries)
README
# Respect\Validation
[![Build Status](https://img.shields.io/github/actions/workflow/status/Respect/Validation/continuous-integration.yml?branch=main&style=flat-square)](https://github.com/Respect/Validation/actions/workflows/continuous-integration.yml)
[![Code Coverage](https://img.shields.io/codecov/c/github/Respect/Validation?style=flat-square)](https://codecov.io/gh/Respect/Validation)
[![Latest Stable Version](https://img.shields.io/packagist/v/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation)
[![Total Downloads](https://img.shields.io/packagist/dt/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation)
[![License](https://img.shields.io/packagist/l/respect/validation.svg?style=flat-square)](https://packagist.org/packages/respect/validation)The most awesome validation engine ever created for PHP.
- Complex rules made simple: `v::numericVal()->positive()->between(1, 255)->validate($input)`.
- [Granularity control](docs/02-feature-guide.md#validation-methods) for advanced reporting.
- [More than 150](docs/08-list-of-rules-by-category.md) (fully tested) validation rules.
- [A concrete API](docs/05-concrete-api.md) for non fluent usage.Learn More:
* [Documentation](https://respect-validation.readthedocs.io)
* [How to contribute](CONTRIBUTING.md)