Validation
Validation copied to clipboard
The most awesome validation engine ever created for PHP
Hello Respect/Validation Team, ### **The Current Situation** The current `Respect\Validation\Rules\PrimeNumber` validator is built on a basic trial division algorithm that iterates through odd numbers. While functional, this implementation faces several...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
missing date information are now reset to 0 (1970-01-01T00:00:00), because otherwise they are taken from current date/time (please refer to https://www.php.net/manual/en/datetimeimmutable.createfromformat.php), so: Respect\Validation\Validator::date("m")->isValid('06') is valid if it's run on October...
Updates the requirements on [egulias/email-validator](https://github.com/egulias/EmailValidator) to permit the latest version. Release notes Sourced from egulias/email-validator's releases. 4.0.4 What's Changed Test for #317 by @egulias in egulias/EmailValidator#397 Update to recommended two...