mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
No description
- PHP 99.1%
- Shell 0.9%
Currently the license identifier (BSD Style) does not comform to the SPDX list of valid identifiers https://spdx.org/licenses/. Having a valid identifier helps automated license checking tools verify your package. I took the liberty of setting the license to BSD-3-Clause. If you want to allow multiple licenses, you could use a SPDX expression e.g. (BSD-2-Clause OR BSD-3-Clause). |
||
|---|---|---|
| docs | ||
| library | ||
| tests | ||
| .gitignore | ||
| .php_cs | ||
| .scrutinizer.yml | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| couscous.yml | ||
| LICENSE.md | ||
| phpunit.xml.dist | ||
| README.md | ||
Respect\Validation
The most awesome validation engine ever created for PHP.
- Complex rules made simple:
v::numeric()->positive()->between(1, 255)->validate($input). - Granularity control for advanced reporting.
- More than 100 (fully tested) validators.
- A concrete API for non fluent usage.
- Works on PHP 5.4+ or HHVM 3.3+
Documentation
Documentation can be found in https://respect-validation.readthedocs.io and also in the docs/ folder.