visionappscz / cz-ic-validator-bundle
Symfony IC validator Bundle
Installs: 482
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/validator: ~3.1
- visionappscz/cz-ic-validator: ~1.0.0
This package is not auto-updated.
Last update: 2024-11-09 20:50:37 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.