Skip to content

A framework agnostic pagination library - works with any data access layer

Notifications You must be signed in to change notification settings

Phauthentic/pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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