phauthentic/pagination

A framework and library agnostic data paginator

1.0.0 2019-10-31 12:59 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:58 UTC


README

Software License Scrutinizer Coverage Code Quality

This library is a framework agnostic way of paginating through data sets. The only dependency is psr/http-message.

It gets the information from the request object that must comply to the PSR-7 standard and turns it into an object that is passed to a mapper that will map it to the data layer implementation. You can implement your own paginator based on the PaginatorInterface to create an adapter for your implementation.

Included Paginator Adapters

Documentation

Copyright & License

Licensed under the MIT license

Copyright (c) Phauthentic