{"id":19094973,"url":"https://github.com/phauthentic/pagination","last_synced_at":"2026-05-16T17:31:38.277Z","repository":{"id":57038673,"uuid":"154491236","full_name":"Phauthentic/pagination","owner":"Phauthentic","description":"A framework agnostic pagination library - works with any data access layer","archived":false,"fork":false,"pushed_at":"2019-12-01T22:15:37.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T23:48:18.264Z","etag":null,"topics":["framework-agnostic","pagination","paginator","paging","paging-lib","paging-library","php7","psr","psr-7"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Phauthentic.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-24T11:43:07.000Z","updated_at":"2019-10-31T12:59:51.000Z","dependencies_parsed_at":"2022-08-24T00:50:58.638Z","dependency_job_id":null,"html_url":"https://github.com/Phauthentic/pagination","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fpagination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fpagination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fpagination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Phauthentic%2Fpagination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Phauthentic","download_url":"https://codeload.github.com/Phauthentic/pagination/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240144886,"owners_count":19754974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework-agnostic","pagination","paginator","paging","paging-lib","paging-library","php7","psr","psr-7"],"created_at":"2024-11-09T03:32:17.746Z","updated_at":"2026-05-16T17:31:38.242Z","avatar_url":"https://github.com/Phauthentic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Framework agnostic Pagination\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/Phauthentic/pagination/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/pagination/)\n[![Code Quality](https://img.shields.io/scrutinizer/g/Phauthentic/pagination/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/Phauthentic/pagination/)\n\nThis library is a framework agnostic way of paginating through data sets. The only dependency is [psr/http-message](https://github.com/php-fig/http-message).\n\nIt gets the information from the request object that must comply to [the PSR-7 standard](https://www.php-fig.org/psr/psr-7/) 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](./src/Paginator/PaginatorInterface.php) to create an adapter for your implementation.\n\n## Included Paginator Adapters\n\n * [Array](http://php.net/manual/en/language.types.array.php)\n * [CakePHP ORM v3](https://book.cakephp.org/3.0/en/orm.html)\n * [Doctrine2](https://www.doctrine-project.org/)\n * [Elastica](https://github.com/ruflin/elastica)\n * [FluentPDO](https://github.com/envms/fluentpdo)\n\n## Documentation\n\n * [Paginators](./docs/Paginators.md)\n   * [Array](./docs/Paginators.md#Array)\n   * [CakePHP3 ORM](./docs/Paginators.md#Cake-ORM)\n   * [Doctrine 2](./docs/Paginators.md#Doctrine-2)\n   * [Elastica](./docs/Paginators.md#Elastica)\n * [The Pagination Service](./docs/The-Pagination-Service.md)\n\n## Copyright \u0026 License\n\nLicensed under the [MIT license](LICENSE.txt)\n\nCopyright (c) [Phauthentic](https://github.com/Phauthentic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphauthentic%2Fpagination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphauthentic%2Fpagination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphauthentic%2Fpagination/lists"}