A collection of validators. Feel free to make changes!
/library/Validate/Validate
Generic validators that do not have any dependencies.
These should extend ValidateAbstract..
/library/Validate/Validate/Zend
Validators that extends Zend_Validate_Abstract.
/libary/Validate/Validate/Symfony
Validators for Symfony.
etc.
Versions are tagged.
Updated FinnishSocialSecurityNumberValidate to include new century chars.
Updated Symfony Validator component to implement Symfony/Validate version 2.3 interfaces.
Please note, that SocialSecurityNumberValidate is now called FinnishSocialSecurityNumberValidate. The reason for this is to provide country specific SSN validator with the country name as the prefix of the class name. If your project is using old name and is returning Class Not Found excpetions due to this change, please refactor your code to reflect the new validator class.
Stuff before SocialSecurityNumberValidate localization refactoring.