PHPackages                             georgringer/paginate-vh - 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. georgringer/paginate-vh

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

georgringer/paginate-vh
=======================

Pagination VH

0.1.0(3y ago)56.8k↓77.8%2GPL-2.0-or-laterHTMLPHP &gt;=7.4

Since Oct 14Pushed 1y ago2 watchersCompare

[ Source](https://github.com/georgringer/paginate_vh)[ Packagist](https://packagist.org/packages/georgringer/paginate-vh)[ Fund](https://paypal.me/GeorgRinger/10)[ Fund](https://www.amazon.de/hz/wishlist/ls/8F573K08TSDG)[ RSS](/packages/georgringer-paginate-vh/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

TYPO3 Extension `paginate_vh`
=============================

[](#typo3-extension-paginate_vh)

This extension just ships a ViewHelper which acts as a dropin replacement for the VieHelper `f:widget.paginate` which has been removed with TYPO3 11.

Thanks to [in2code](https://www.in2code.de/) who created the ViewHelper and added it to [EXT:lux](https://github.com/in2code-de/luxletter). This extension just ships a simplified version of the ViewHelper.

**Important**: Always try to move the logic to a pagination to the controller and don't put into the view. If you use this extension, use it with care!

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

[](#installation)

Install this extension with `composer req georgringer/paginate-vh`.

Usage
-----

[](#usage)

Take a look at the example of the content element "File links" which can be enabled with the following TypoScript:

```
lib.contentElement.templateRootPaths.919 = EXT:paginate_vh/Resources/Private/Examples/

```

Different example

```

            {item.title}

                        &lt;

                …

                            {page}

                            {page}

                …

                        &gt;

```

### Routing

[](#routing)

```
  Pagination:
    type: Simple
    limitToPages: [5]
    routePath: '/seite/{currentPage}'
    requirements:
        currentPage: '[0-9]{1,3}'
    _arguments:
        currentPage: 'currentPage'
    aspects:
        currentPage:
            type: StaticRangeMapper
            start: '1'
            end: '20'
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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 ~30 days

Total

2

Last Release

1327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (9 commits)")[![peter-neumann-dev](https://avatars.githubusercontent.com/u/75690659?v=4)](https://github.com/peter-neumann-dev "peter-neumann-dev (3 commits)")

---

Tags

fluidpaginationtypo3typo3-extensionextensiontypo3

### Embed Badge

![Health badge](/badges/georgringer-paginate-vh/health.svg)

```
[![Health](https://phpackages.com/badges/georgringer-paginate-vh/health.svg)](https://phpackages.com/packages/georgringer-paginate-vh)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[friendsoftypo3/tt-address

Displays a list of addresses from an address table on the page.

461.8M44](/packages/friendsoftypo3-tt-address)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1552.6k27](/packages/quellenform-t3x-iconpack)[t3brightside/pagelist

TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com

1121.5k1](/packages/t3brightside-pagelist)

PHPackages © 2026

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