Skip to content

Commit

Permalink
Updated README.md badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimpf authored Jan 19, 2024
1 parent 642b9d7 commit c91719b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +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](http://poser.pugx.org/hds-solutions/laravel-api-helpers/v)](https://packagist.org/packages/hds-solutions/laravel-api-helpers)
[![Total Downloads](http://poser.pugx.org/hds-solutions/laravel-api-helpers/downloads)](https://packagist.org/packages/hds-solutions/laravel-api-helpers)
[![License](http://poser.pugx.org/hds-solutions/laravel-api-helpers/license)](https://packagist.org/packages/hds-solutions/laravel-api-helpers)
[![PHP Version Require](http://poser.pugx.org/hds-solutions/laravel-api-helpers/require/php)](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=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)
[![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 c91719b

Please sign in to comment.