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.