Skip to content

Commit 83a09bb

Browse files
committed
Update README
1 parent 39da1bd commit 83a09bb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# psr-testlogger
2+
3+
[![Latest Version](https://img.shields.io/packagist/v/colinodell/psr-testlogger.svg?style=flat-square)](https://packagist.org/packages/colinodell/psr-testlogger)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/colinodell/psr-testlogger.svg?style=flat-square)](https://packagist.org/packages/colinodell/psr-testlogger)
5+
[![Software License](https://img.shields.io/badge/License-MIT-brightgreen.svg?style=flat-square)](LICENSE)
6+
[![Build Status](https://img.shields.io/github/workflow/status/colinodell/psr-testlogger/Tests/main.svg?style=flat-square)](https://github.com/colinodell/psr-testlogger/actions?query=workflow%3ATests+branch%3Amain)
7+
[![Psalm Type Coverage](https://shepherd.dev/github/colinodell/psr-testlogger/coverage.svg)](https://shepherd.dev/github/colinodell/psr-testlogger)
8+
[![Sponsor development of this project](https://img.shields.io/badge/sponsor%20this%20package-%E2%9D%A4-ff69b4.svg?style=flat-square)](https://www.colinodell.com/sponsor)
9+
210
PSR-3 compliant test logger based on psr/log v1's
11+
12+
## 📦 Installation
13+
14+
This project requires PHP 7.4 or higher. To install it via [Composer] simply run:
15+
16+
``` bash
17+
$ composer require colinodell/psr-testlogger
18+
```

0 commit comments

Comments
 (0)