Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeevdv/string-psr-logger
PSR logger target that logs info to string
https://github.com/alexeevdv/string-psr-logger
Last synced: about 2 months ago
JSON representation
PSR logger target that logs info to string
- Host: GitHub
- URL: https://github.com/alexeevdv/string-psr-logger
- Owner: alexeevdv
- License: mit
- Created: 2019-05-16T10:37:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T10:56:21.000Z (over 5 years ago)
- Last Synced: 2024-10-23T12:24:03.664Z (3 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# string-psr-logger
[![Build Status](https://travis-ci.com/alexeevdv/string-psr-logger.svg?branch=master)](https://travis-ci.com/alexeevdv/string-psr-logger)
[![codecov](https://codecov.io/gh/alexeevdv/string-psr-logger/branch/master/graph/badge.svg)](https://codecov.io/gh/alexeevdv/string-psr-logger)
![PHP 5.6](https://img.shields.io/badge/PHP-5.6-green.svg)
![PHP 7.0](https://img.shields.io/badge/PHP-7.0-green.svg)
![PHP 7.1](https://img.shields.io/badge/PHP-7.1-green.svg)
![PHP 7.2](https://img.shields.io/badge/PHP-7.2-green.svg)
![PHP 7.3](https://img.shields.io/badge/PHP-7.3-green.svg)PSR logger target that logs info to string
## Installation
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
Either run
```bash
$ php composer.phar require alexeevdv/string-psr-logger "^1.0"
```or add
```
"alexeevdv/string-psr-logger": "^1.0"
```to the ```require``` section of your `composer.json` file.