Translator, Static Analysis and Auto-Indexation.
- PHP 8.0 or 8.1
The package could be installed with composer:
composer require chiron/translator
TODO.
TODO
Documentation can be found here.
The package is tested with PHPUnit. To run tests:
composer phpunit
The code is statically analyzed with Phpstan. To run static analysis:
composer phpstan
The code should follow the Chiron Coding Standard. To apply coding standard:
# detect violations of the defined coding standard.
composer check-style
# automatically correct coding standard violations.
composer fix-style
This package is free software. It is released under the terms of the MIT License.
Please see LICENSE
for more information.