chiron/translator

Translator, Static Analysis and Auto-Indexation

Fund package maintenance!
ncou

1.0.1 2022-04-13 14:43 UTC

This package is auto-updated.

Last update: 2024-04-13 19:06:35 UTC


README

Translator, Static Analysis and Auto-Indexation.

Source Code Download Package Read License Build Status Codecov Code Coverage Psalm Type Coverage

Requirements

  • PHP 8.0 or 8.1

Installation

The package could be installed with composer:

composer require chiron/translator

About

TODO.

Basic Example

TODO

Documentation

Documentation can be found here.

Testing

Unit testing

The package is tested with PHPUnit. To run tests:

composer phpunit

Static analysis

The code is statically analyzed with Phpstan. To run static analysis:

composer phpstan

Coding standard

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

License

This package is free software. It is released under the terms of the MIT License. Please see LICENSE for more information.