https://respect.github.io/Validation
The most awesome validation engine ever created for PHP
https://respect.github.io/Validation
components fluent-interface php standalone validation validation-engine validator
Last synced: 4 months ago
JSON representation
The most awesome validation engine ever created for PHP
- Host: GitHub
- URL: https://respect.github.io/Validation
- Owner: Respect
- License: mit
- Created: 2010-09-22T16:08:05.000Z (about 15 years ago)
- Default Branch: 2.4
- Last Pushed: 2025-07-09T16:27:46.000Z (4 months ago)
- Last Synced: 2025-07-10T01:19:13.175Z (4 months ago)
- Topics: components, fluent-interface, php, standalone, validation, validation-engine, validator
- Language: PHP
- Homepage: https://respect-validation.readthedocs.io
- Size: 8.05 MB
- Stars: 5,877
- Watchers: 200
- Forks: 778
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- ZF-awesome-apps - Respect - The most awesome validation engine ever created for PHP (Table of Contents / Zend Framework 2)
README
# Respect\Validation
[](https://github.com/Respect/Validation/actions/workflows/continuous-integration.yml)
[](https://codecov.io/gh/Respect/Validation)
[](https://packagist.org/packages/respect/validation)
[](https://packagist.org/packages/respect/validation)
[](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)->isValid($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)