PHPackages                             unio/visual-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. unio/visual-paginator

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

unio/visual-paginator
=====================

Simple paginator with ajax and twitter bootstrap support

1827PHP

Since Jan 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Ivorius/visual-paginator)[ Packagist](https://packagist.org/packages/unio/visual-paginator)[ RSS](/packages/unio-visual-paginator/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

nette-visual-paginator
======================

[](#nette-visual-paginator)

Vizualni paginator pro Nette 2+

Priklad pouziti na strankach puvodniho projektu:

-

Zde je navic moznost pridat do tridy VisualPaginator callback:

- Bez nej je zachovana puvodni funkcionalita.
- S nim sablona jako odkaz na stranky pouziva signal (+class="ajax") a v jeho handleru vyvola callback.

Ukazka obsluhy ajaxu v komponente nebo presenteru:

```
class ExampleControl extends \Nette\Application\UI\Control {

	// ...

	public function render() {
		// priklad strankovani kolekci je na webu puvodniho projektu:
		// http://addons.nette.org/cs/visualpaginator
	}

	/**
	* trigger pro udalost strankovani
	* @param \Nette\Application\UI\Control $component
	* @param int $page
	*/
	public function triggerShowPage($component, $page) {
		//jen invalidovat, paginator si stranky ohlida sam
		if ($this->presenter->isAjax()) {
			$this->invalidateControl();
		} else {
			$this->presenter->redirect('this');
		}
	}

	/**
	* tovarnicka na paginator
	* @param strint $name
	*/
	public function createComponentPaginator($name) {
  		$vp = new VisualPaginator($this, $name);
		$vp->onShowPage[] = callback($this, 'triggerShowPage');
		return $vp;
	}
}
```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/552101?v=4)[Ivo Toman](/maintainers/Ivorius)[@Ivorius](https://github.com/Ivorius)

---

Top Contributors

[![pvy](https://avatars.githubusercontent.com/u/2955165?v=4)](https://github.com/pvy "pvy (6 commits)")[![juzna](https://avatars.githubusercontent.com/u/227416?v=4)](https://github.com/juzna "juzna (4 commits)")[![Ivorius](https://avatars.githubusercontent.com/u/552101?v=4)](https://github.com/Ivorius "Ivorius (2 commits)")

### Embed Badge

![Health badge](/badges/unio-visual-paginator/health.svg)

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

###  Alternatives

[tailwindphp/tailwindphp

A full port of TailwindCSS 4.x to PHP

243.8k5](/packages/tailwindphp-tailwindphp)[bestmomo/laravel-installer

Helper for Laravel 5.2 application installation

163.4k](/packages/bestmomo-laravel-installer)

PHPackages © 2026

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