Yii Logging Library
This library provides PSR-3 compatible logging library. It is used in Yii Framework but is supposed to be usable separately.
Logging targets
Logging targets are implemented as separate packages:
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunitMutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infectionStatic analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm


