From 20ecd787afdb4c39986f5e072535ee265cbd3a1a Mon Sep 17 00:00:00 2001 From: Fa-BRAIK Date: Sat, 28 Dec 2024 13:31:49 -0500 Subject: [PATCH] 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. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f70b3b0..b655403 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # PHP Pure Data objects -![GitHub License](https://img.shields.io/github/license/nuxtifyts/php-dto?style=for-the-badge) -![Packagist Version](https://img.shields.io/packagist/v/nuxtifyts/php-dto?style=for-the-badge) -![PhpStan Level](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg?style=for-the-badge) -[![Test Coverage](https://raw.githubusercontent.com/nuxtifyts/php-dto/main/badge-coverage.svg)](https://packagist.org/packages/nuxtifyts/phpdto) +![GitHub License](https://img.shields.io/github/license/nuxtifyts/php-dto) +![Packagist Version](https://img.shields.io/packagist/v/nuxtifyts/php-dto) +![PhpStan Level](https://img.shields.io/badge/PHPStan-level%2010-brightgreen.svg) +[![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) +[![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) + +## [![Test Coverage](https://raw.githubusercontent.com/nuxtifyts/php-dto/main/badge-coverage.svg)](https://packagist.org/packages/nuxtifyts/phpdto) This package enabled the creation of data objects which can be used in various ways. Using modern PHP syntax, it allows you to hydrate data from arrays, objects, and other data sources.