Download the PHP package trovit/php-code-validator without Composer
On this page you can find all versions of the php package trovit/php-code-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trovit/php-code-validator
More information about trovit/php-code-validator
Files in trovit/php-code-validator
Download trovit/php-code-validator
More information about trovit/php-code-validator
Files in trovit/php-code-validator
Vendor trovit
Package php-code-validator
Short Description Provides a basic system to organize and execute php code validators
License MIT
Package php-code-validator
Short Description Provides a basic system to organize and execute php code validators
License MIT
Please rate this library. Is it a good library?
Informations about the package php-code-validator
Php Code Validator
Provides a basic system to organize and execute php code validators.
There's a Symfony bundle with this component.
Code structure

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
List of available validators
- CodeSnifferValidator: Wrapper of PHP Code Sniffer
- ParallelLintValidator: Wrapper of PHP Parallel Lint
All versions of php-code-validator with dependencies
PHP Build Version
Package Version
Requires
trovit/temporary-filesystem Version
^1.0
squizlabs/php_codesniffer Version 3.0.0RC2
jakub-onderka/php-parallel-lint Version ^0.9.2
symfony/yaml Version ^2.8|^3.1
squizlabs/php_codesniffer Version 3.0.0RC2
jakub-onderka/php-parallel-lint Version ^0.9.2
symfony/yaml Version ^2.8|^3.1
The package trovit/php-code-validator contains the following files
Loading the files please wait ...