Validation
Validation copied to clipboard
The most awesome validation engine ever created for PHP
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Hi! I work in a project where we use Respect/Validation. Something that we regularly have to check for is the validity of a Portuguese fiscal identification number (NIF). Since Validation...
If using filterVal with FILTER_VALIDATE_INT and validate (0, '0') its returns false, but should returns true; Example: ```php $data = '0'; var_dump(var_dump(v::filterVar(FILTER_VALIDATE_INT)->validate($data)); ``` returns false But if will try to...
I was wondering if this repo has been abandoned. I noticed that the latest version is 2.2.3 which is over a year old and excludes useful 8.1 updates. Will this...
Today I faced unexpected behavior with the Decimal rule (decimals = 2) on the float value greater than 10. I believe the regexp that removes trailing `0` needs to be...
How to define different error messages for the same rule for different fields
How to translate messages into Chinese?
Hello, everyone! I've started to contribute to Respect in 2012. At that time, all the core developers were living together. That made it very fluid and pleasant to share ideas...
Thanks for the awesome library! So, here's what I'm trying to accomplish with use-case. Goal: Given a multirule validator, with a mix of optional and required inputs, determine how to...