{"id":15646183,"url":"https://github.com/log1x/pagi","last_synced_at":"2025-10-14T01:31:55.802Z","repository":{"id":36026419,"uuid":"220899121","full_name":"Log1x/pagi","owner":"Log1x","description":"A better WordPress pagination.","archived":false,"fork":false,"pushed_at":"2025-02-28T09:13:07.000Z","size":38,"stargazers_count":57,"open_issues_count":1,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T05:02:09.958Z","etag":null,"topics":["pagination","wordpress"],"latest_commit_sha":null,"homepage":"https://github.com/Log1x/pagi","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/Log1x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Log1x"}},"created_at":"2019-11-11T04:11:54.000Z","updated_at":"2025-03-24T06:00:34.000Z","dependencies_parsed_at":"2023-11-17T00:07:33.112Z","dependency_job_id":"0e821e98-5227-4667-be8b-686ffae3aee9","html_url":"https://github.com/Log1x/pagi","commit_stats":{"total_commits":26,"total_committers":9,"mean_commits":2.888888888888889,"dds":"0.46153846153846156","last_synced_commit":"e6d71a7666789d0b737f0672dad9f841b391d0a1"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fpagi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fpagi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fpagi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Fpagi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Log1x","download_url":"https://codeload.github.com/Log1x/pagi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964864,"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":["pagination","wordpress"],"created_at":"2024-10-03T12:11:43.407Z","updated_at":"2025-10-14T01:31:50.770Z","avatar_url":"https://github.com/Log1x.png","language":"PHP","funding_links":["https://github.com/sponsors/Log1x"],"categories":[],"sub_categories":[],"readme":"# Pagi\n\n![Latest Stable Version](https://img.shields.io/packagist/v/log1x/pagi?style=flat-square)\n![Total Downloads](https://img.shields.io/packagist/dt/log1x/pagi?style=flat-square)\n![Build Status](https://img.shields.io/github/actions/workflow/status/log1x/pagi/compatibility.yml?branch=master\u0026style=flat-square)\n\nA better WordPress pagination utilizing [Laravel's Pagination](https://laravel.com/docs/master/pagination).\n\n## Requirements\n\n- [Sage](https://github.com/roots/sage) \u003e= 10.0\n- [PHP](https://secure.php.net/manual/en/install.php) \u003e= 8.0\n- [Composer](https://getcomposer.org/download/)\n\n## Installation\n\nInstall via Composer:\n\n```bash\n$ composer require log1x/pagi\n```\n\n## Usage\n\n### Basic Usage\n\n```php\nuse Log1x\\Pagi\\PagiFacade as Pagi;\n\n$pagination = Pagi::build();\n\nreturn $pagination-\u003elinks();\n```\n\n### Customization\n\nTo customize the view, simply publish it:\n\n```bash\n$ wp acorn vendor:publish --provider='Log1x\\Pagi\\PagiServiceProvider'\n```\n\nTo use the newly generated view:\n\n```php\nreturn $pagination-\u003elinks('components.pagination');\n```\n\nFor additional configuration, check out the [Laravel Pagination](https://laravel.com/docs/master/pagination) documentation.\n\n## Bug Reports\n\nIf you discover a bug in Pagi, please [open an issue](https://github.com/log1x/pagi/issues).\n\n## Contributing\n\nContributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.\n\n## License\n\nPagi is provided under the [MIT License](https://github.com/log1x/pagi/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Fpagi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog1x%2Fpagi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog1x%2Fpagi/lists"}