PHPackages                             fmasa/nette-pagination - 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. fmasa/nette-pagination

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

fmasa/nette-pagination
======================

Pagination for Nette framework (a.k.a. VisualPaginator)

1.0(11y ago)0851PHP

Since Apr 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fmasa/nette-pagination)[ Packagist](https://packagist.org/packages/fmasa/nette-pagination)[ RSS](/packages/fmasa-nette-pagination/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Nette pagination
================

[](#nette-pagination)

*Pagination for Nette framework (a.k.a. VisualPaginator).*

Installation
------------

[](#installation)

The best way to install Kdyby/Translation is using the [Composer](http://getcomposer.org/):

```
$ composer require fmasa/nette-pagination
```

Usage
-----

[](#usage)

```
protected function createComponentPagination()
{
    $pagination = new \fmasa\Controls\Pagination;

    // Set your own template, otherwise default one will be used
    $pagination->template->setFile(__DIR__.'/myAwesomePagination.latte');

    return $pagination;
}

public function renderDefault()
{
    // Obtain Paginator from component
    $paginator = $this['pagination']->paginator; // or $this['pagination']->getPaginator();
}
```

Default pagination template supports ajaxification (using snippets) – useful for infinite scrolling and other stuff.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4042d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23986c5d998fff583e89fc5aaa96797c37b09eb1b037512b570a03590e19e06e?d=identicon)[fmasa](/maintainers/fmasa)

---

Top Contributors

[![fmasa](https://avatars.githubusercontent.com/u/5658260?v=4)](https://github.com/fmasa "fmasa (6 commits)")

### Embed Badge

![Health badge](/badges/fmasa-nette-pagination/health.svg)

```
[![Health](https://phpackages.com/badges/fmasa-nette-pagination/health.svg)](https://phpackages.com/packages/fmasa-nette-pagination)
```

###  Alternatives

[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

881.7M6](/packages/nette-code-checker)[uestla/twigrid

Experimental DataGrid for Nette Framework

1712.3k2](/packages/uestla-twigrid)

PHPackages © 2026

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