Skip to content

christopher-evans/log-psr-3-bridge

Repository files navigation

West Log PSR-3 Bridge

Master

Build Status Coverage Status Maintainability

Autoloading

This package is PSR-4 autoloadable via composer or otherwise mapping the West\LogPsr3Bridge namespace to the src/ directory. To run the tests the West\LogPsr3Bridge namespace should map to the tests/ directory.

Dependencies

This package requires PHP 7.0 or later; interfaces required by the package are documented in the composer.json file.

Code Quality

To run the unit tests and generate a coverage report with PHPUnit run composer install followed by composer test at the command line.

This package should comply with the recommendations set out in PSR-1, PSR-2 and PSR-4.

Documentation

This package is documented here. To generate the docs run run composer install --no-dev, ensure MkDocs is installed and available as doxygen and run composer docs.