mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
No description
- PHP 99.1%
- Shell 0.9%
The Korea Postal code system changed from a 6-digit postal code system to a 5-digit postal code system on August 1, 2015 [1] [2]. This commit makes sure that the "PostalCode" rule validates Korean postal codes correctly. [1]: http://www.fedex.com/ky/koreapostalcode/index.html [2]: http://www.epost.go.kr/roadAreaCdEng.retrieveLnEngAreaCdList.comm Co-authored-by: Henrique Moody <henriquemoody@gmail.com> |
||
|---|---|---|
| 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.