alleyinteractive/laminas-validator-extensions
Additional validation classes for the laminas-validator framework.
v2.1.1
500K downloads/mo
#4811 most downloaded on Packagist
alleyinteractive/laminas-validator-extensions
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 5 weeks to 11 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
5 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jul 2022 to Feb 2024
2023
2024
2025
2026
Releases
latest 5-
v2.1.114 Feb 2024 -
v2.1.002 Nov 2023 -
v2.0.015 Dec 2022Release notes
Open source →Added
FreeformValidatorabstract class.ContainsString,DivisibleBy,FastFailValidatorChain,ValidatorByOperator, andWithMessagevalidators.
Changed
BaseValidatorwas renamedExtendedAbstractValidatorto emphasize its connection to the LaminasAbstractValidatornow that this library has multiple base validators.- The failure message returned by
Not::getMessages()now has the identifiernotValid.
Fixed
Not::getMessages()returned failure messages before first call to::isValid().Not::getMessages()returned an indexed array of messages.ComparisonandTypereferenced incorrect failure message keys when validating options.
Removed
- PHP 7.4 support.
-
v1.1.023 Aug 2022Release notes
Open source →Added
NotandAnyValidatorvalidators.
Fixed
- Incorrect value being passed to
BaseValidator::testValue()inBaseValidator::isValid().
-
v1.0.022 Jul 2022