Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.74 KB

readme.md

File metadata and controls

32 lines (22 loc) · 1.74 KB

Framework agnostic Pagination

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