mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 14:25:45 +01:00
No description
- PHP 99.1%
- Shell 0.9%
When the input is not a public domain suffix, we should say that it's "not" a a public domain suffix, not that it is one. Reported on: https://github.com/Respect/Validation/issues/1539 |
||
|---|---|---|
| .github | ||
| bin | ||
| data | ||
| docs | ||
| library | ||
| tests | ||
| .docheader | ||
| .gitattributes | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| CHANGELOG.md | ||
| codecov.yml | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| mkdocs.yml | ||
| phpcs.xml.dist | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| README.md | ||
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 for advanced reporting.
- More than 150 (fully tested) validation rules.
- A concrete API for non fluent usage.
Learn More: