An open API service indexing awesome lists of open source software.

https://github.com/zingimmick/yii2-psr-logger

A PSR LoggerInterface implementation that routes to the Yii logger
https://github.com/zingimmick/yii2-psr-logger

logger psr yii2

Last synced: 9 months ago
JSON representation

A PSR LoggerInterface implementation that routes to the Yii logger

Awesome Lists containing this project

README

          

# Yii2 PSR Logger

[![Tests](https://github.com/zingimmick/yii2-psr-logger/actions/workflows/tests.yml/badge.svg?branch=2.x)](https://github.com/zingimmick/yii2-psr-logger/actions/workflows/tests.yml)
[![Code Coverage](https://codecov.io/gh/zingimmick/yii2-psr-logger/branch/2.x/graph/badge.svg)](https://codecov.io/gh/zingimmick/yii2-psr-logger)
[![Latest Stable Version](https://poser.pugx.org/zing/yii2-psr-logger/v/stable.svg)](https://packagist.org/packages/zing/yii2-psr-logger)
[![Total Downloads](https://poser.pugx.org/zing/yii2-psr-logger/downloads)](https://packagist.org/packages/zing/yii2-psr-logger)
[![Latest Unstable Version](https://poser.pugx.org/zing/yii2-psr-logger/v/unstable.svg)](https://packagist.org/packages/zing/yii2-psr-logger)
[![License](https://poser.pugx.org/zing/yii2-psr-logger/license)](https://packagist.org/packages/zing/yii2-psr-logger)

> **Requires [PHP 8.0.0+](https://php.net/releases/)**

Require Yii2 PSR Logger using [Composer](https://getcomposer.org):

```bash
composer require zing/yii2-psr-logger
```

## License

Yii2 PSR Logger is an open-sourced software licensed under the [MIT license](LICENSE).