PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Waqar Ahmed   PHP Read Time   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Read Time
Estimate the time for a person to read an article
Author: By
Last change: constructor update with language param, setTextLanguage() integrated
Date: 2 years ago
Size: 651 bytes
 

Contents

Class file image Download
{ "name": "waqarahmed/read-time", "description": "Get estimated read time of an article. Similar to medium.com's \"x min read\".", "type": "library", "require": { "php": ">=7.2.0" }, "require-dev": { "phpunit/phpunit": "^8", "phpstan/phpstan": "0.12.x-dev" }, "license": "MIT", "autoload": { "psr-4": { "Waqarahmed\\ReadTime\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "authors": [{ "name": "Waqar Ahmed", "email": "ahmed@waqar.org" }], "minimum-stability": "stable" }