Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed Feb 28, 2024
1 parent 0b4471e commit 44018e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Pagination
==========

[![Build Status](https://scrutinizer-ci.com/g/ericsizemore/pagination/badges/build.png?b=master)](https://scrutinizer-ci.com/g/ericsizemore/pagination/build-status/master)
[![Code Coverage](https://scrutinizer-ci.com/g/ericsizemore/pagination/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ericsizemore/pagination/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ericsizemore/pagination/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ericsizemore/pagination/?branch=master)
[![Tests](https://github.com/ericsizemore/pagination/actions/workflows/tests.yml/badge.svg)](https://github.com/ericsizemore/pagination/actions/workflows/tests.yml)
[![PHPStan](https://github.com/ericsizemore/pagination/actions/workflows/main.yml/badge.svg)](https://github.com/ericsizemore/pagination/actions/workflows/main.yml)

[![Latest Stable Version](https://img.shields.io/packagist/v/esi/pagination.svg)](https://packagist.org/packages/esi/pagination)
[![Downloads per Month](https://img.shields.io/packagist/dm/esi/pagination.svg)](https://packagist.org/packages/esi/pagination)
[![License](https://img.shields.io/packagist/l/esi/pagination.svg)](https://packagist.org/packages/esi/pagination)

Pagination library that implements a paging interface on collections of things.

This library is a fork of [`AshleyDawson\SimplePagination`](https://github.com/AshleyDawson/SimplePagination).
Expand Down

0 comments on commit 44018e1

Please sign in to comment.