mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
No description
- PHP 99.1%
- Shell 0.9%
Rename the Composite class to LogicalComposite to more accurately reflect its purpose as a validator that combines child validators using logical operations (AND, OR, NAND, XOR). This better naming also opens the door for additional composite patterns beyond logical operations, enabling future validator compositions. Assisted-by: OpenCode (GLM 4.5) |
||
|---|---|---|
| .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). - Advanced exception handling.
- More than 150 (fully tested) validators.
Learn More: