ostrolucky/symfony-container-number-validator

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

Installs: 27 894

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ostrolucky/symfony-container-number-validator

0.1 2018-02-18 21:37 UTC

This package is auto-updated.

Last update: 2025-09-27 08:04:26 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.