PHPackages                             logiek/laravel-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. logiek/laravel-reading-time

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

logiek/laravel-reading-time
===========================

This package makes it easy to calculate the estimated reading time for a given piece of content with Laravel.

1.1.0(2y ago)3978MITPHPPHP ^8.0|^8.1|^8.2

Since Dec 1Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/logiek/laravel-reading-time)[ Packagist](https://packagist.org/packages/logiek/laravel-reading-time)[ RSS](/packages/logiek-laravel-reading-time/feed)WikiDiscussions master Synced 1mo ago

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

⚠️ THIS PACKAGE IS NO LONGER MAINTAINED ⚠️
This repository has been discontinued and is no longer receiving updates or support.

laravel-reading-time
====================

[](#laravel-reading-time)

[![Latest Stable Version](https://camo.githubusercontent.com/d1ebe89e6442bac8afeda20f57e57362bc5ac9bd68fda6f006ed8ad3b0da0920/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6769656b2f6c61726176656c2d72656164696e672d74696d652f762f737461626c65)](https://packagist.org/packages/logiek/laravel-reading-time) [![Total Downloads](https://camo.githubusercontent.com/46f2625138928f3ec70b7eb4a506f13c98d488b730bbfbda340ae46995edd032/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6769656b2f6c61726176656c2d72656164696e672d74696d652f646f776e6c6f616473)](https://packagist.org/packages/logiek/laravel-reading-time) [![License](https://camo.githubusercontent.com/7e08cf55ff6f1fcc2b7a585512483c13873b41c96644208e9e458df3003f250f/68747470733a2f2f706f7365722e707567782e6f72672f6c6f6769656b2f6c61726176656c2d72656164696e672d74696d652f6c6963656e7365)](https://packagist.org/packages/logiek/laravel-reading-time) [![PHP Version Require](https://camo.githubusercontent.com/4a3eb4a5ebc1beb0698b72f06f0ff6361d690009889d5972c36f37209dac6be6/687474703a2f2f706f7365722e707567782e6f72672f6c6f6769656b2f6c61726176656c2d72656164696e672d74696d652f726571756972652f706870)](https://packagist.org/packages/logiek/laravel-reading-time)

This package makes it easy to calculate the estimated reading time for a given piece of content with Laravel.

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

[](#installation)

You can install the package via Composer:

```
composer require logiek/laravel-reading-time
```

The package will automatically register itself. Optionally you can publish the config file with:

```
php artisan vendor:publish --provider="Logiek\ReadingTime\ReadingTimeServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

```
use Logiek\ReadingTime\ReadingTime;

echo (new ReadingTime())->slow('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');

// Using the container
echo app(ReadingTime::class)->average('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');

// Using the helper
echo reading_time()->fast('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');
echo reading_time('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');
```

Changelog
---------

[](#changelog)

Please see the [CHANGELOG](CHANGELOG.md) for more information about recent changes.

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance41

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community7

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

Every ~617 days

Total

2

Last Release

1006d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.1.0PHP ^8.0|^8.1|^8.2

### Community

Maintainers

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

---

Top Contributors

[![jordinbrouwer](https://avatars.githubusercontent.com/u/18177037?v=4)](https://github.com/jordinbrouwer "jordinbrouwer (3 commits)")

---

Tags

laraveltimereading

### Embed Badge

![Health badge](/badges/logiek-laravel-reading-time/health.svg)

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

###  Alternatives

[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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