Download the PHP package phpcq/doctrine-validation without Composer
On this page you can find all versions of the php package phpcq/doctrine-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpcq/doctrine-validation
More information about phpcq/doctrine-validation
Files in phpcq/doctrine-validation
Download phpcq/doctrine-validation
More information about phpcq/doctrine-validation
Files in phpcq/doctrine-validation
Vendor phpcq
Package doctrine-validation
Short Description Validation tools for doctrine.
License MIT
Package doctrine-validation
Short Description Validation tools for doctrine.
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-validation
Multiple validators for doctrine users
Installation
Add to your composer.json
in the require-dev
section:
Column name validator
Validates the column names to make sure you have configured your entities correctly.
Usage
Call the binary, will scan all files matching src/Entity/*.php
:
Optionally you can pass the path to the entity class files:
If you prefer camelCase over underscore_case naming (which may be a bad practice for some database systems), you can enable it:
All versions of doctrine-validation with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/console Version ~2.3
doctrine/annotations Version ~1.0
doctrine/orm Version ~2.0
symfony/console Version ~2.3
doctrine/annotations Version ~1.0
doctrine/orm Version ~2.0
The package phpcq/doctrine-validation contains the following files
Loading the files please wait ....