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.2k↓37.9%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 1mo ago

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

30

—

LowBetter than 64% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity30

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

1282d 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/tt-address

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

431.7M38](/packages/friendsoftypo3-tt-address)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1542.7k25](/packages/quellenform-t3x-iconpack)[georgringer/faker

Faker for TYPO3

165.1k](/packages/georgringer-faker)

PHPackages © 2026

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