PHPackages                             tsbgroup/simply-paginator - 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. tsbgroup/simply-paginator

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

tsbgroup/simply-paginator
=========================

Paginator for your projects

16PHP

Since Jul 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/devbackend/simply-paginator)[ Packagist](https://packagist.org/packages/tsbgroup/simply-paginator)[ RSS](/packages/tsbgroup-simply-paginator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simply-paginate
===============

[](#simply-paginate)

Installation:
-------------

[](#installation)

```
composer require tsbgroup/simply-paginator

```

Use
---

[](#use)

```
use SimplyPaginator\Paginator

$totalItems = 50; //Total count elements for which will be build pagination
$perPage = 10; //Count elements to showing on each page
$currentPage = 1; //Number of current page
$route = '/?page='; //Part of url, which responsible for get elements for this page

$Paginator = new Paginator($totalItems, $perPage, $currentPage, $route);

//render paginate block
$Paginator->render();

/**

    Return html block like this:

        1
        2
        3
        4
        5

 */

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd48b8af372bd93e0ff5762777ba50b71e2c3ccc078aee52c82dac625e1e528b?d=identicon)[tsbgroup](/maintainers/tsbgroup)

### Embed Badge

![Health badge](/badges/tsbgroup-simply-paginator/health.svg)

```
[![Health](https://phpackages.com/badges/tsbgroup-simply-paginator/health.svg)](https://phpackages.com/packages/tsbgroup-simply-paginator)
```

###  Alternatives

[yii2mod/yii2-star-rating

Star rating widget based on jQuery Raty https://github.com/wbotelhos/raty

1815.4k](/packages/yii2mod-yii2-star-rating)[pixelant/pxa-survey

Create simple survey. View results in the BE module

197.2k](/packages/pixelant-pxa-survey)

PHPackages © 2026

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