PHPackages                             libeo/pagerating - 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. libeo/pagerating

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

libeo/pagerating
================

Page rating

v14.0.2(1mo ago)084↑100%GPL-2.0-or-laterPHP

Since Apr 8Pushed 1mo agoCompare

[ Source](https://github.com/libeo/lbo_pagerating)[ Packagist](https://packagist.org/packages/libeo/pagerating)[ RSS](/packages/libeo-pagerating/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (3)Dependencies (8)Versions (8)Used By (0)

Page Rating
===========

[](#page-rating)

Compatible with TYPO3 v14 LTS.

This extension adds a plugin that shows a comment form about the page, asking if the page was useful, then showing a textarea for a comment. The form is sent by Ajax and a confirmation message is displayed.

The form content is saved in the database.

---

Configuration
-------------

[](#configuration)

1. Add the Site Set `libeo/pagerating` to your Site Package.
2. Define the `plugin.tx_lbopagerating.persistence.storagePid` constant with the page uid where the comments should be saved.

Add the plugin on a page
------------------------

[](#add-the-plugin-on-a-page)

1. On the Page Module, add a content via the `Create new content` button.
2. In the modal, select the `Page Rating` plugin.
3. Define the header (type `Hidden` is preferred).
4. In the `Configuration` tab, set the Title and Confirmation message to display. If none defined, the default will be used.

Add the plugin automatically in a template
------------------------------------------

[](#add-the-plugin-automatically-in-a-template)

The extension add a field named `Display page evaluation block` in the Behavior tab of pages. It can be used to trigger the display of the plugin automatically.

Here is an example of how to do this:

1. Add the plugin somewhere in your site (ex: in a folder with reusable contents)
2. Add a `lib` in your Site Package that look like that: ```
    lib.lbo_pagerating = CONTENT
    lib.lbo_pagerating {
      if.isTrue.field = lbo_pagerating
      table = tt_content
      select.uidInList = 123
      select.pidInList = 0
    }

    ```

    `123` is the uid of the content created a step 1.
3. In your Page Template, add a cObject View Helper: ```

    ```

    `page` is a variable available automatically in the template if a PAGEVIEW is used to render the pages.
4. The cObject `lib.lbo_pagerating` will be displayed if the field `Display page evaluation block` is active on the page.

Labels and translation
----------------------

[](#labels-and-translation)

You can use TypoScript to override the default Title and Confirmation message of the plugin.

```
plugin.tx_lbopagerating._LOCAL_LANG.default.form {
  title = How's your experience?
  saved = Your comments have been saved. Thanks!
}

```

See the `Resources/Private/Language/locallang.xlf` for all the labels.

Maximum comments length
-----------------------

[](#maximum-comments-length)

You can configure the comment maximum length by overriding the `plugin.tx_lbopagerating.settings.commentsMaxChar` TypoScript setting. The default is 500 characters.

```
plugin.tx_lbopagerating.settings.commentsMaxChar = 750

```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance93

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Every ~7 days

Total

7

Last Release

36d ago

Major Versions

v11.x-dev → v13.0.02026-04-09

v13.0.1 → v14.0.02026-05-19

### Community

Maintainers

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

---

Top Contributors

[![asakurayoh](https://avatars.githubusercontent.com/u/327551?v=4)](https://github.com/asakurayoh "asakurayoh (9 commits)")

### Embed Badge

![Health badge](/badges/libeo-pagerating/health.svg)

```
[![Health](https://phpackages.com/badges/libeo-pagerating/health.svg)](https://phpackages.com/packages/libeo-pagerating)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.0M439](/packages/typo3-cms-install)[pagemachine/typo3-formlog

Form log for TYPO3

23233.9k7](/packages/pagemachine-typo3-formlog)[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

54299.7k1](/packages/praetorius-vite-asset-collector)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1590.6k](/packages/eliashaeussler-typo3-form-consent)

PHPackages © 2026

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