amirnajmi/readtime

:package_description

Maintainers

Package info

github.com/amirnajmi79/ReadTime

Homepage

pkg:composer/amirnajmi/readtime

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2021-04-02 11:30 UTC

This package is not auto-updated.

Last update: 2026-03-13 04:06:54 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

A PHP package to show users how long it takes to read content.

Installation

Via Composer

$ composer require amirnajmi/readtime

Quick start

Using the class

Here is an example of the most basic usage:

use AmirNajmi\ReadTime\ReadTime;

$readTime = (new ReadTime($content))->calculateMinutes();

License

license. Please see the license file for more information.