PHPackages                             divineomega/php-reading-time - 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. divineomega/php-reading-time

Abandoned → [jord-jd/php-reading-time](/?search=jord-jd%2Fphp-reading-time)Library[Utility &amp; Helpers](/categories/utility)

divineomega/php-reading-time
============================

Calculates reading time for text

v3.0.0(2mo ago)16941↑500%1[1 PRs](https://github.com/Jord-JD/php-reading-time/pulls)LGPL-3.0-onlyPHPPHP &gt;=7.1

Since Apr 7Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/Jord-JD/php-reading-time)[ Packagist](https://packagist.org/packages/divineomega/php-reading-time)[ GitHub Sponsors](https://github.com/DivineOmega)[ RSS](/packages/divineomega-php-reading-time/feed)WikiDiscussions master Synced 2mo ago

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

⏱ PHP Reading Time
==================

[](#-php-reading-time)

[![Build Status](https://camo.githubusercontent.com/550bdba1e315cb6de27ced50eeb909a7c52a58737b0be2fa409707aaa04740c0/68747470733a2f2f7472617669732d63692e6f72672f4a6f72642d4a442f7068702d72656164696e672d74696d652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Jord-JD/php-reading-time)[![Coverage Status](https://camo.githubusercontent.com/a7f803b9e9d4befe79246376029230594eadb04689d642360c903d02433dff5d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4a6f72642d4a442f7068702d72656164696e672d74696d652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Jord-JD/php-reading-time?branch=master)[![StyleCI](https://camo.githubusercontent.com/d05b77c8e98454c9330b0d576491ab80d6cfec1181bf928caa1821759e9d2226/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132383534323131362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/128542116)

This PHP library lets you easily calculate the reading time for a piece of text.

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

[](#installation)

You can install PHP Reading Time using Composer, as follows.

```
composer require jord-jd/php-reading-time

```

Usage
-----

[](#usage)

The following examples show how you can use PHP Reading Time to calculate the reading time in minutes or seconds. You can also set a reading speed in words per minute (default: 200 wpm).

```
$readingTime = new ReadingTime($text);

$readingTime->seconds();
$readingTime->minutes();

$readingTime->setWordsPerMinute(240)->minutes();
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance82

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% 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 ~957 days

Total

4

Last Release

89d ago

Major Versions

v1.0.1 → v2.0.02026-02-14

v2.0.0 → v3.0.02026-02-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (18 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

---

Tags

php-libraryreadingreading-timetime

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/divineomega-php-reading-time/health.svg)

```
[![Health](https://phpackages.com/badges/divineomega-php-reading-time/health.svg)](https://phpackages.com/packages/divineomega-php-reading-time)
```

PHPackages © 2026

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