# Services

Honey for developers.

## Tests

1) Run `composer install`
2) For analyze PHP code functionality by `PHP Stan` run `composer analyze:php`
3) For fix PHP code by `PHP CodeSniffer` run `composer fix:style`
4) For analyze PHP code style by `PHP CodeSniffer` run `composer lint:style`
5) For check for errors PHP code by `PHP Parallel Lint` run `composer lint:php`
6) For check for errors TypoScript code by `TypoScript Lint` run `composer lint:typoscript`
7) For check for errors YAML code by `YAML Lint` run `composer lint:yaml`
8) For run PHP Unit Test run `composer test:unit`

