library php-reading-time
Calculates reading time for text
divineomega/php-reading-time
Calculates reading time for text
- Saturday, April 7, 2018
- by DivineOmega
- Repository
- 2 Watchers
- 7 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
⏱ PHP Reading Time
, (*1)
This PHP library lets you easily calculate the reading time for a piece of text., (*2)
Installation
You can install PHP Reading Time using Composer, as follows., (*3)
composer require divineomega/php-reading-time
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)., (*4)
$readingTime = new ReadingTime($text);
$readingTime->seconds();
$readingTime->minutes();
$readingTime->setWordsPerMinute(240)->minutes();
dev-master
9999999-dev
Calculates reading time for text
Sources
Download
LGPL-3.0-only
The Development Requires
by
Jordan Hall
v1.0.1
1.0.1.0
Calculates reading time for text
Sources
Download
LGPL-3.0-only
The Development Requires
by
Jordan Hall
v1.0.0
1.0.0.0
Calculates reading time for text
Sources
Download
LGPL-3.0-only
The Development Requires
by
Jordan Hall