2017 © Pedro Peláez
 

library doctrine-validation

Validation tools for doctrine.

image

phpcq/doctrine-validation

Validation tools for doctrine.

  • Monday, July 13, 2015
  • by tril
  • Repository
  • 4 Watchers
  • 0 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Version Stable Build Status Upstream Build Status License Downloads, (*1)

Multiple validators for doctrine users

Installation

Add to your composer.json in the require-dev section:, (*2)

"phpcq/doctrine-validation": "~1.0"

Column name validator

Validates the column names to make sure you have configured your entities correctly., (*3)

Usage

Call the binary, will scan all files matching src/Entity/*.php:, (*4)

./vendor/bin/validate-doctrine-entity-column-names.php

Optionally you can pass the path to the entity class files:, (*5)

./vendor/bin/validate-doctrine-entity-column-names.php lib/Doctrine/Entities/*.php

If you prefer camelCase over underscore_case naming (which may be a bad practice for some database systems), you can enable it:, (*6)

./vendor/bin/validate-doctrine-entity-column-names.php --camel-case

The Versions

13/07 2015

dev-develop

dev-develop

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/07 2015

dev-master

9999999-dev

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/07 2015

1.1.2

1.1.2.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/07 2015

1.1.1

1.1.1.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/07 2015

1.1.0

1.1.0.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/07 2015

1.0.3

1.0.3.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/07 2015

1.0.2

1.0.2.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/07 2015

1.0.1

1.0.1.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/07 2015

1.0.0

1.0.0.0

Validation tools for doctrine.

  Sources   Download

MIT

The Requires

 

The Development Requires