diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a60d4..cd595b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Bug #150: Add container configuration to `console` app setup (@terabytesoftw) - Bug #156: Update `README.md` with new Packagist badges and improve structure (@terabytesoftw) - Bug #159: Remove redundant `Basic usage` section from `README.md` (@terabytesoftw) +- Bug #162: Update `README.md` to reorganize `Package information` and add latest stable version badge (@terabytesoftw) ## 0.1.0 August 31, 2025 diff --git a/README.md b/README.md index b57349e..96fc1bd 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,6 @@

- - Latest Stable Version - PHP version @@ -143,9 +140,15 @@ final class SiteController extends Controller # Clear cache ./yii cache/flush-all ``` -## Quality code +## Package information + +[![Latest Stable Version](https://img.shields.io/packagist/v/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/yii2-extensions/app-basic) [![Total Downloads](https://img.shields.io/packagist/dt/yii2-extensions/app-basic.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Downloads)](https://packagist.org/packages/yii2-extensions/app-basic) + + +## Quality code + [![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=main&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic) [![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml) [![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=main)