Skip to content

Commit 1bb77be

Browse files
author
nix
committed
added badges to README.md
1 parent 83e28c4 commit 1bb77be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# php-util
22
A PHP library with utility functions, mostly useful when coding in functional style, but also some other stuff.
33

4+
![GitHub License](https://img.shields.io/github/license/nixn/php-util)
5+
[![Quality Assurance](https://github.com/nixn/php-util/actions/workflows/quality-assurance.yml/badge.svg)](https://github.com/nixn/php-util/actions/workflows/quality-assurance.yml)
6+
[![Packagist Version](https://img.shields.io/packagist/v/nixn/php-util)][packagist]
7+
[![Packagist Downloads](https://img.shields.io/packagist/dt/nixn/php-util?color=blue)][packagist]
8+
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/nixn/php-util/php)
9+
[![API docs](https://img.shields.io/badge/API-docs-blue)](https://nixn.github.io/php-util/namespaces/nixn-php.html)
10+
11+
[packagist]: https://packagist.org/packages/nixn/php-util
12+
413
## Installation
514
Via composer:
615
```

0 commit comments

Comments
 (0)