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: 5 days 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 (over 14 years ago)
- Default Branch: 2.4
- Last Pushed: 2025-04-25T00:08:27.000Z (16 days ago)
- Last Synced: 2025-04-28T10:48:12.226Z (12 days ago)
- Topics: components, fluent-interface, php, standalone, validation, validation-engine, validator
- Language: PHP
- Homepage: https://respect-validation.readthedocs.io
- Size: 8.02 MB
- Stars: 5,863
- Watchers: 200
- Forks: 779
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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)