PHPackages                             mouf/utils.common.paginable-interface - 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. mouf/utils.common.paginable-interface

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

mouf/utils.common.paginable-interface
=====================================

This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!

v1.0.0(12y ago)1250.5k—6.8%2MITPHPPHP &gt;=5.3.0

Since Oct 29Pushed 9y ago10 watchersCompare

[ Source](https://github.com/thecodingmachine/utils.common.paginable-interface)[ Packagist](https://packagist.org/packages/mouf/utils.common.paginable-interface)[ Docs](https://mouf-php.com/packages/mouf/utils.common.paginate-interface)[ RSS](/packages/mouf-utilscommonpaginable-interface/feed)WikiDiscussions 1.0 Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (2)

What is this package
====================

[](#what-is-this-package)

This package contains an interface used by many objects to declare they have the ability to paginate the result set they represent.

If your objects represent a resultset (for instance your object is a resultset from a query to a database), and if you can paginate this result set (return only a part of the result using an offset and a limit), then your object should implement *PaginateInterface*.

```
interface PaginableInterface {

	/**
	 * Paginates the result set.
	 *
	 * @param int $limit
	 * @param int $offset
	 */
	public function paginate($limit, $offset = 0);
}
```

Mouf package
------------

[](#mouf-package)

This package is part of Mouf (), an effort to ensure good developing practices by providing a graphical dependency injection framework.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

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 ~0 days

Total

2

Last Release

4584d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104771?v=4)[mouf](/maintainers/mouf)[@Mouf](https://github.com/Mouf)

---

Top Contributors

[![moufmouf](https://avatars.githubusercontent.com/u/1290952?v=4)](https://github.com/moufmouf "moufmouf (3 commits)")

---

Tags

interfacemoufpaginatepaginateinterface

### Embed Badge

![Health badge](/badges/mouf-utilscommonpaginable-interface/health.svg)

```
[![Health](https://phpackages.com/badges/mouf-utilscommonpaginable-interface/health.svg)](https://phpackages.com/packages/mouf-utilscommonpaginable-interface)
```

###  Alternatives

[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89352.7M321](/packages/nette-robot-loader)[samrap/acf-fluent

A fluent interface for the Advanced Custom Fields WordPress plugin

28656.0k4](/packages/samrap-acf-fluent)[stefangabos/zebra_pagination

A generic, Twitter Bootstrap compatible, PHP pagination library that automatically generates navigation links

11122.9k](/packages/stefangabos-zebra-pagination)

PHPackages © 2026

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