Skip to content

Commit 20ecd78

Browse files
committed
Update badges section in README.md
Replaced outdated badge styles and added CI status badges for better visibility. Improved organization of the badges section for readability and updated the test coverage badge formatting.
1 parent 13dc25c commit 20ecd78

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)