Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
* Added `Monthly Downloads` stat on packages
  • Loading branch information
hschimpf authored Apr 26, 2024
1 parent c91719b commit e542044
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e542044

Please sign in to comment.