PHPackages                             ttree/eel-estimatedreadingtime - 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. ttree/eel-estimatedreadingtime

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

ttree/eel-estimatedreadingtime
==============================

EEL Helper to estimate reading time of a document

1.0.0(8y ago)426MITPHP

Since Feb 13Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ttreeagency/Eel.EstimatedReadingTime)[ Packagist](https://packagist.org/packages/ttree/eel-estimatedreadingtime)[ RSS](/packages/ttree-eel-estimatedreadingtime/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

EEL Helper to estimate reading time of a document
=================================================

[](#eel-helper-to-estimate-reading-time-of-a-document)

This package calculate a estimated reading time for the given document.

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

[](#installation)

```
composer require ttree/eel-estimatedreadingtime

```

Usage
-----

[](#usage)

The package provide a service an EEL Helper and a Fusion prototype.

You can use the EEL Helper, if you have the content string in variable `content`, like this:

```
${EstimatedReadingTime.get(content)}

```

The method `get` accept an addtionnal parmater, the reading speed, expresed in words per minute. By default this value is 200. You can change the value in your `Settings.yaml` or in the expression:

```
${EstimatedReadingTime.get(content, 240)}

```

The Fusion prototype use the ContentCollection prototype provided by Neos, to render the content at the given path:

```
prototype(You.Site:ReadingTimeLabel) < prototype(Neos.Fusion:Value)
	readingTime = Ttree.Eel.EstimatedReadingTime:Get {
		nodePath = 'main'
	}
	value = ${'Read the article (' + this.readingTime + ' min.)'}
}

```

For a correct estimate, the document node must be available in the `node` context variable.

Acknowledgments
---------------

[](#acknowledgments)

Development sponsored by [ttree ltd - neos solution provider](http://ttree.ch).

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License
-------

[](#license)

Licensed under MIT, see [LICENSE](LICENSE)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3058d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/145363?v=4)[ttree](/maintainers/ttree)[@ttree](https://github.com/ttree)

---

Top Contributors

[![dfeyer](https://avatars.githubusercontent.com/u/221173?v=4)](https://github.com/dfeyer "dfeyer (1 commits)")

### Embed Badge

![Health badge](/badges/ttree-eel-estimatedreadingtime/health.svg)

```
[![Health](https://phpackages.com/badges/ttree-eel-estimatedreadingtime/health.svg)](https://phpackages.com/packages/ttree-eel-estimatedreadingtime)
```

###  Alternatives

[sitegeist/kaleidoscope

Responsive-images for Neos

29364.3k11](/packages/sitegeist-kaleidoscope)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[neos/seo

SEO configuration and tools for Neos

131.0M28](/packages/neos-seo)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[sitegeist/taxonomy

Manage vocabularies and taxonomies as separate node-hierarchy.

1593.1k1](/packages/sitegeist-taxonomy)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14101.5k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

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