ostrolucky/symfony-container-number-validator

Simple constraint for Symfony Validator which validates if supplied container number conforms to ISO 6346

0.1 2018-02-18 21:37 UTC

This package is auto-updated.

Last update: 2024-04-27 05:01:23 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.