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. alex-kalanis/pager

ActiveLibrary

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 today

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 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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

769d 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://www.gravatar.com/avatar/499b0a541b787cdb31412f578c7b94c9790bcbee7de12c65b6101c6ce45ef6f0?d=identicon)[alex-kalanis](/maintainers/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.4k756.5M422](/packages/symfony-event-dispatcher-contracts)[symfony/service-contracts

Generic abstractions related to writing services

2.6k860.1M360](/packages/symfony-service-contracts)[symfony/translation-contracts

Generic abstractions related to translation

2.6k698.7M431](/packages/symfony-translation-contracts)[symfony/cache-contracts

Generic abstractions related to caching

2.4k308.9M198](/packages/symfony-cache-contracts)[symfony/http-client-contracts

Generic abstractions related to HTTP clients

2.0k402.7M266](/packages/symfony-http-client-contracts)[symfony/contracts

A set of abstractions extracted out of the Symfony components

3.9k64.6M103](/packages/symfony-contracts)

PHPackages © 2026

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