PHPackages                             futjikato/readcounter - 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. futjikato/readcounter

ActiveTypo3-flow-package

futjikato/readcounter
=====================

Package to provide a very simple mechanism to count page impressions and save them in a page property.

v1.0.1(10y ago)02461MITPHP

Since Jan 12Pushed 10y ago2 watchersCompare

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

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

Read Counter Module
===================

[](#read-counter-module)

Package to provide a very simple mechanism to count page impressions and save them in a page property.

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

[](#installation)

After downloading check in the neos backend if this package is enabled as application or plugin.

In your main `Configuration/Routes.yaml` add the following snippet to activate te package:

```
-
  name: 'Futjikato.ReadCounter'
  uriPattern: ''
  subRoutes:
    'ReadCounterSubroutes':
      package: 'Futjikato.ReadCounter'

```

The route to call via ajax is `/readcounter/tracking?node=`.

Every page that should be countable must be extended by the `Futjikato.ReadCounter:CounterMixin` mixin:

```
'Futjikato.DemoSite:CountedPage':
  superTypes:
    'TYPO3.Neos.NodeTypes:Page': true
    'Futjikato.ReadCounter:CounterMixin': true
  ui:
    label: 'Counted Page'

```

The mixin extends the page with a `readcounter` property you can use as a sort property or render it somewhere on the page. In addtion the mixin also adds a child node to render the tracking code.

Here an exaple typescript page configuration:

```
prototype(Futjikato.DemoSite:CountedPage.Page) < prototype(Futjikato.DemoSite:Page) {
    body {
        templatePath = 'resource://Futjikato.DemoSite/Private/Templates/Page/CountedPage.html'
        parts {
            // used to render the current page read counter
            counter = ${q(documentNode).property('readcounter')}
        }
        content {
            // render a simple script tag that will track the page view
            trackingcode = Futjikato.ReadCounter:TrackingElement {
                nodePath = 'trackingcode'
            }
        }
    }
}

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~21 days

Total

2

Last Release

3748d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7d16bc5e70d35136dfeb8b3e990f8b65728bc64826e3d64d93b19e9b5ba68ec?d=identicon)[futjikato](/maintainers/futjikato)

---

Top Contributors

[![futjikato](https://avatars.githubusercontent.com/u/1497821?v=4)](https://github.com/futjikato "futjikato (5 commits)")[![kuborgh-mspindelhirn](https://avatars.githubusercontent.com/u/5138512?v=4)](https://github.com/kuborgh-mspindelhirn "kuborgh-mspindelhirn (2 commits)")[![bezoerb](https://avatars.githubusercontent.com/u/1697800?v=4)](https://github.com/bezoerb "bezoerb (1 commits)")

### Embed Badge

![Health badge](/badges/futjikato-readcounter/health.svg)

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

###  Alternatives

[mrimann/xlifftranslator

Little helper that allows the developer to locally translate the Xliff files of his package(s).

101.7k](/packages/mrimann-xlifftranslator)[ag/event

A package that strives to best possible support the TYPO3 Flow PHP Framework with Domain Events as described in »Implementing Domain-Driven Design« by Vaughn Vernon.

111.1k](/packages/ag-event)

PHPackages © 2026

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