2017 © Pedro Peláez
 

library php-code-validator

Provides a basic system to organize and execute php code validators

image

trovit/php-code-validator

Provides a basic system to organize and execute php code validators

  • Wednesday, January 25, 2017
  • by poteirard
  • Repository
  • 9 Watchers
  • 0 Stars
  • 126 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Php Code Validator

Build Status, (*1)

Provides a basic system to organize and execute php code validators., (*2)

There's a Symfony bundle with this component., (*3)

Code structure

code strcutre, (*4)

Create your own Validator

When you need to validate or check your code and the validators provided by this bundle doesn't satisfy your needs (different code language, formats, etc...) there is the possibility to create a new Validator class by implementing the Validator interface (_Trovit\PhpCodeValidator\Validators\Validator_) and implement its method checkCode, (*5)

List of available validators

The Versions

28/09 2016

v1.0.0

1.0.0.0

Provides a basic system to organize and execute php code validators

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar trovit