Skip to content

Commit 4b46b7f

Browse files
authored
Merge pull request #10 from nuxtifyts/added-badges-for-phpstan-checks-and-ci-tests
Update badges section in README.md
2 parents 13dc25c + 20ecd78 commit 4b46b7f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# PHP Pure Data objects
22

3-
![GitHub License](https://img.shields.io/github/license/nuxtifyts/php-dto?style=for-the-badge)
4-
![Packagist Version](https://img.shields.io/packagist/v/nuxtifyts/php-dto?style=for-the-badge)
5-
![PhpStan Level](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg?style=for-the-badge)
6-
[![Test Coverage](https://raw.githubusercontent.com/nuxtifyts/php-dto/main/badge-coverage.svg)](https://packagist.org/packages/nuxtifyts/phpdto)
3+
![GitHub License](https://img.shields.io/github/license/nuxtifyts/php-dto)
4+
![Packagist Version](https://img.shields.io/packagist/v/nuxtifyts/php-dto)
5+
![PhpStan Level](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg)
6+
[![PHPStan Checks](https://github.com/nuxtifyts/php-dto/actions/workflows/phpstan-tests.yml/badge.svg)](https://github.com/nuxtifyts/php-dto/actions/workflows/phpstan-tests.yml)
7+
[![CI Tests](https://github.com/nuxtifyts/php-dto/actions/workflows/php-tests.yml/badge.svg)](https://github.com/nuxtifyts/php-dto/actions/workflows/php-tests.yml)
8+
9+
## [![Test Coverage](https://raw.githubusercontent.com/nuxtifyts/php-dto/main/badge-coverage.svg)](https://packagist.org/packages/nuxtifyts/phpdto)
710

811
This package enabled the creation of data objects which can be used in various ways.
912
Using modern PHP syntax, it allows you to hydrate data from arrays, objects, and other data sources.

0 commit comments

Comments
 (0)