yurinskiy / validators
Different validators for the validator component.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/yurinskiy/validators
Requires
- php: >=8.2
- symfony/validator: ^5.4|^6.0|^7.0|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.40
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.1
- phpstan/phpstan-symfony: ^1.2
- symfony/phpunit-bridge: ^5.4|^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2026-01-01 15:04:43 UTC
README
This package provides validators for the Symfony Validator component to identifiers accepted in the Russian Federation (INN, SNILS, etc.).
Installation
To install this package, add yurinskiy/validators to your composer.json:
composer require yurinskiy/validators
Now, Composer will automatically download all required files, and install them for you.
Requirements
You need at least PHP 8.2 and Symfony 5.4, mbstring is recommended but not required.
Basic Usage
Coming soon...
License
This library is released under the MIT license.