trovit/php-code-validator

This package is abandoned and no longer maintained. No replacement package was suggested.

Provides a basic system to organize and execute php code validators

Maintainers

Package info

github.com/trovit/php-code-validator

pkg:composer/trovit/php-code-validator

Statistics

Installs: 138

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.3 2017-01-25 17:46 UTC

This package is not auto-updated.

Last update: 2022-04-02 08:54:47 UTC


README

Build Status

Provides a basic system to organize and execute php code validators.

There's a Symfony bundle with this component.

Code structure

code strcutre

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