mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
No description
- PHP 99.1%
- Shell 0.9%
Makes the project more friendly to GitHub users by providing conventional files. Those changes will improve our score under the GitHub community tab: https://github.com/Respect/Validation/community - The CHANGELOG.md file was removed. It was outdated and not being maintained. - Minimalistic .github/PULL_REQUEST_TEMPLATE.md - Minimalistic .github/SECURITY.md - Minimalistic .github/CODE_OF_CONDUCT.md - Minimalistic .github/ISSUE_TEMPLATE |
||
|---|---|---|
| .github | ||
| bin | ||
| data | ||
| docs | ||
| LICENSES | ||
| src | ||
| src-dev | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| aliases.php | ||
| codecov.yml | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| mkdocs.yml | ||
| phpbench.json.dist | ||
| phpcs.xml.dist | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| README.md | ||
| REUSE.toml | ||
Respect\Validation
The most awesome validation engine ever created for PHP.
- Complex validation made simple:
v::numericVal()->positive()->between(1, 255)->isValid($input). - Granularity control for advanced reporting.
- More than 150 (fully tested) validators.
- A concrete API for non fluent usage.
Learn More: