diff --git a/README.md b/README.md index a18fd63..eef2285 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This library simplifies the process of building API controllers by providing convenient classes for managing filtering, ordering, relationship loading, and pagination of resource collections. -[![Latest stable version](https://img.shields.io/packagist/v/hds-solutions/laravel-api-helpers?style=flat-square&label=latest&color=009664)](https://github.com/hschimpf/laravel-api-helpers/releases/latest) -[![License](https://img.shields.io/github/license/hschimpf/laravel-api-helpers?style=flat-square&color=80B2CB)](https://github.com/hschimpf/laravel-api-helpers/blob/main/LICENSE) -[![Total Downloads](https://img.shields.io/packagist/dt/hds-solutions/laravel-api-helpers?style=flat-square&color=878787)](https://packagist.org/packages/hds-solutions/laravel-api-helpers) +[![Latest stable version](https://img.shields.io/packagist/v/hds-solutions/laravel-api-helpers?style=flat-square&label=latest&color=0092CB)](https://github.com/hschimpf/laravel-api-helpers/releases/latest) +[![License](https://img.shields.io/github/license/hschimpf/laravel-api-helpers?style=flat-square&color=009664)](https://github.com/hschimpf/laravel-api-helpers/blob/main/LICENSE) +[![Total Downloads](https://img.shields.io/packagist/dt/hds-solutions/laravel-api-helpers?style=flat-square&color=747474)](https://packagist.org/packages/hds-solutions/laravel-api-helpers) +[![Monthly Downloads](https://img.shields.io/packagist/dm/hds-solutions/laravel-api-helpers?style=flat-square&color=747474&label=)](https://packagist.org/packages/hds-solutions/laravel-api-helpers) [![Required PHP version](https://img.shields.io/packagist/dependency-v/hds-solutions/laravel-api-helpers/php?style=flat-square&color=006496&logo=php&logoColor=white)](https://packagist.org/packages/hds-solutions/laravel-api-helpers) ## Features