{"id":21216902,"url":"https://github.com/lablnet/php-pagination","last_synced_at":"2025-06-11T08:36:23.997Z","repository":{"id":57010521,"uuid":"159599113","full_name":"lablnet/PHP-Pagination","owner":"lablnet","description":"Simple pagination library implements a paging interface on collections of things.","archived":false,"fork":false,"pushed_at":"2018-11-29T03:03:22.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-15T00:42:43.840Z","etag":null,"topics":["best","class","fastest","free","oop","pagination","paginator","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lablnet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-29T03:01:29.000Z","updated_at":"2021-04-18T10:38:48.000Z","dependencies_parsed_at":"2022-08-21T14:50:56.770Z","dependency_job_id":null,"html_url":"https://github.com/lablnet/PHP-Pagination","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-Pagination","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-Pagination/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-Pagination/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-Pagination/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lablnet","download_url":"https://codeload.github.com/lablnet/PHP-Pagination/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2FPHP-Pagination/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259230703,"owners_count":22825446,"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":["best","class","fastest","free","oop","pagination","paginator","php"],"created_at":"2024-11-20T21:56:18.549Z","updated_at":"2025-06-11T08:36:23.966Z","avatar_url":"https://github.com/lablnet.png","language":"PHP","readme":"# PHP Pagination\nSimple pagination library implements a paging interface on collections of things.\n\n## Requirement\n\n- PHP\n- Composer\n\n## install\nrun this command\n``` composer require lablnet/pagination```\n\n## usage\n\n```php\n\u003c!-- Compiled and minified CSS --\u003e\n\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css\"\u003e\n\u003c!-- Compiled and minified JavaScript --\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js\"\u003e\u003c/script\u003e   \n\u003c?php \nuse Lablnet\\Pagination;\nrequire '../vendor/autoload.php';\n$pag1 = new Pagination(100,10,5,'/');\necho $pag1-\u003epagination();\n$pag2 = new Pagination(1000,10,25,'https://example.com/blogs/');\necho $pag2-\u003epagination();\n```    \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fphp-pagination","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flablnet%2Fphp-pagination","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fphp-pagination/lists"}