spryker/util-validate
UtilValidate module
1.0.1
2.7M downloads/mo
#4238 most downloaded on Packagist
spryker/util-validate
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
2 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
2 releases · Nov 2017 to May 2020
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 2-
1.0.129 May 2020Release notes
Open source →Included commits: 1.0.0...1.0.1
Fixes
- Refactored
ContainerInterfacearray access usage toContainerInterface::set()method usage.
- Refactored
-
1.0.009 Nov 2017Release notes
Open source →Included commits: https://github.com/spryker/UtilValidate/tree/1.0.0
Initial Release
- Adapter module for "spryker/egulias".
- Introduces the UtilValidateService.
- UtilValidateServiceInterface::isEmailFormatValid() method is introduced to validate email format.
- UtilValidateToEmailValidatorInterface is introduced to specify requirements for email format validation.
- UtilValidateToEguliasRfcEmailValidatorAdapter is introduced and implements UtilValidateToEmailValidatorInterface to provide a basic solution for email validation.