PHPackages                             alex-kalanis/pager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alex-kalanis/pager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alex-kalanis/pager
==================

Shareable pager - basic interfaces

v2.0.0(2y ago)04462BSD-3-ClausePHPPHP &gt;=7.4.0

Since Dec 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alex-kalanis/pager)[ Packagist](https://packagist.org/packages/alex-kalanis/pager)[ RSS](/packages/alex-kalanis-pager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (5)Versions (9)Used By (2)

Pager Interfaces
================

[](#pager-interfaces)

[![Build Status](https://github.com/alex-kalanis/pager/actions/workflows/code_checks.yml/badge.svg)](https://github.com/alex-kalanis/pager/actions/workflows/code_checks.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/cd8143c5ed034a4b4ca85119a9a7344e1e3a60ec2fcacdc363a912c541a8adae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f70616765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alex-kalanis/pager/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/c26f7215eea345d6c551501adb349abb8435d4d55b37a4f28f721d190e511fe7/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f70616765722f762f737461626c652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/pager)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![Downloads](https://camo.githubusercontent.com/c2f510cbdcc9bf5fa0972da855012ab7e4b9a29e7d919f9325d85ff28d57f352/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c65782d6b616c616e69732f70616765722e7376673f7631)](https://packagist.org/packages/alex-kalanis/pager)[![License](https://camo.githubusercontent.com/85151a7fc78a2c324a3438e9e67be231203a326a711d72c2924837d4dde23a9a/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f70616765722f6c6963656e73652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/pager)[![Code Coverage](https://camo.githubusercontent.com/f37d7e2ae4c2651deb2b264ecc926b5011f4a9c78ccefcabebe4d007f18aec4e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f70616765722f6261646765732f636f7665726167652e706e673f623d6d617374657226763d31)](https://scrutinizer-ci.com/g/alex-kalanis/pager/?branch=master)

Contains simple interfaces for creating pagers compatible across the libraries. It has been cut from running project and simplified for usage available for another libraries.

This is the mixed package - contains sever-side implementation in Python and PHP.

PHP Installation
----------------

[](#php-installation)

```
composer.phar require alex-kalanis/pager
```

(Refer to [Composer Documentation](https://github.com/composer/composer/blob/master/doc/00-intro.md#introduction) if you are not familiar with composer)

PHP Usage
---------

[](#php-usage)

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Connect the "kalanis\\kw\_pager" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.

Python Installation
-------------------

[](#python-installation)

into your "setup.py":

```
    install_requires=[
        'kw_pager',
    ]

```

Python Usage
------------

[](#python-usage)

1.) Connect the "kw\_pager\\pager" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~169 days

Recently: every ~163 days

Total

8

Last Release

824d ago

Major Versions

v1.0.6 → v2.0.02024-03-30

PHP version history (2 changes)v1.0.0PHP &gt;=7.2.0

v2.0.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59184183?v=4)[Petr Plsek](/maintainers/alex-kalanis)[@alex-kalanis](https://github.com/alex-kalanis)

---

Top Contributors

[![alex-kalanis](https://avatars.githubusercontent.com/u/59184183?v=4)](https://github.com/alex-kalanis "alex-kalanis (20 commits)")

---

Tags

interfacespager

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alex-kalanis-pager/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kalanis-pager/health.svg)](https://phpackages.com/packages/alex-kalanis-pager)
```

###  Alternatives

[symfony/event-dispatcher-contracts

Generic abstractions related to dispatching event

3.4k807.0M617](/packages/symfony-event-dispatcher-contracts)[symfony/service-contracts

Generic abstractions related to writing services

2.6k914.7M603](/packages/symfony-service-contracts)[knplabs/knp-components

Knplabs component library

77245.0M48](/packages/knplabs-knp-components)[jasongrimes/paginator

A lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.

4091.3M22](/packages/jasongrimes-paginator)[aplus/pagination

Aplus Framework Pagination Library

2121.6M3](/packages/aplus-pagination)[kop/yii2-scroll-pager

Infinite AJAX scrolling for Yii2 ListView widget

181732.8k10](/packages/kop-yii2-scroll-pager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
