ostrolucky / symfony-container-number-validator
Simple constraint for Symfony Validator which validates if supplied container number conforms to ISO 6346
Installs: 25 528
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- symfony/validator: >=2.5
This package is auto-updated.
Last update: 2024-10-27 06:02:35 UTC
README
Simple constraint for Symfony Validator which validates if supplied container number conforms to ISO 6346
Install
Via Composer
composer require ostrolucky/symfony-container-number-validator
Resources
Alternatives
- stormpat/container-validator On top of validation, contains additional functionality and is not coupled to Symfony validator. However, complexity is higher and doesn't contain any tests. I discovered this project only after my library was long done, so don't expect similarities.
- PHP BIC Validation Oldest project, no composer, not PHP warning/notice free, but simple and ready to be used, with GUI integrated.