workerman/validation
The most awesome validation engine ever created for PHP. Respect/Validation 汉化版本
Maintainers
v3.1.3
2025-12-13 01:28 UTC
Requires
- php: ^8.0 || ^8.1 || ^8.2
- respect/stringifier: ^0.2.0
- symfony/polyfill-mbstring: ^1.2
Requires (Dev)
- egulias/email-validator: ^3.0
- giggsey/libphonenumber-for-php-lite: ^8.13
- malukenho/docheader: ^1.0
- mikey179/vfsstream: ^1.6
- phpstan/phpstan: ^1.9
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^9.6
- psr/http-message: ^1.0
- respect/coding-standard: ^3.0
- squizlabs/php_codesniffer: ^3.7
Suggests
- ext-bcmath: Arbitrary Precision Mathematics
- ext-fileinfo: File Information
- ext-mbstring: Multibyte String Functions
- egulias/email-validator: Improves the Email rule if available
- giggsey/libphonenumber-for-php-lite: Enables the phone rule if available
Provides
None
Conflicts
None
Replaces
None
MIT 76573c3fb06d79eec4da69b3fafdb99fb15cdc46
This package is auto-updated.
Last update: 2026-06-17 03:57:12 UTC
README
Respect\Validation
👁 Build Status
👁 Code Coverage
👁 Latest Stable Version
👁 Total Downloads
👁 License
The most awesome validation engine ever created for PHP.
- Complex rules made simple:
v::numericVal()->positive()->between(1, 255)->validate($input). - Granularity control for advanced reporting.
- More than 150 (fully tested) validation rules.
- A concrete API for non fluent usage.
Learn More:
