mirror of
https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-08-04 00:47:00 +08:00
modified: update-api/composer.json modified: update-api/composer.lock modified: update-api/vendor/composer/autoload_files.php modified: update-api/vendor/composer/autoload_psr4.php modified: update-api/vendor/composer/autoload_static.php modified: update-api/vendor/composer/installed.json modified: update-api/vendor/composer/installed.php |
||
|---|---|---|
| .. | ||
| data | ||
| library | ||
| CHANGELOG.md | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| 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: