read-time icon indicating copy to clipboard operation
read-time copied to clipboard

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

Results 5 read-time issues
Sort by recently updated
recently updated
newest added

Using this package with a cached config (`php artisan config:cache`) & using the default config from the package throws the following error: ``` Argument 1 passed to Mtownsend\ReadTime\ReadTime::omitSeconds() must be...

Not supporting the encoding utf-8 as I am indeed of it badly. any help?

Although writing translations works too, it might be easy to have an option to get a [DateInterval][1] from the class. Then we can use our own handlers to format it,...

If possible, would you mind submitting the PR to integrate the GitHub action?

@mtownsend5512 Do you recall if there is a reason that the minutes calculation is [set to 1 if it is < 1](https://github.com/mtownsend5512/read-time/blob/master/src/ReadTime.php#L113)? There are times when a short article will...