visionappscz/cz-ic-validator-bundle

Symfony IC validator Bundle

v1.0.0 2016-09-08 12:12 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:42:27 UTC


README

The Validator Bundle usable with the symfony validation component for validation of CZ IC based on the code written by David Grudl.

Getting Started

Installing

Install with composer

require visionappscz/cz-ic-validator-bundle

Usage example

# validation/Company.yml
AppBundle\Entity\Company:
    properties:
        companyId:
            - CZICValidator\Validator\CompanyId: ~

See the documentation for more information about the syntax of definitions of validation rules.