fromholdio / silverstripe-text-statistics
Calculates statistics on page/object content, such as word count, readability scores/standards, reading time, etc.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- davechild/textstatistics: ^1.0.3
- fromholdio/silverstripe-plain-text: ^1.0.0
- silverstripe/framework: ~4.13 || ~5.0
This package is auto-updated.
Last update: 2024-11-04 06:33:04 UTC
README
Calculates statistics on page/object content, such as word count, readability scores/standards, reading time, etc, and displays the output in a CMS tab.
Works with fromholdio/silverstripe-plain-text, which handles the conversion of a page of (or other data objects) elemental areas/elements to plain text.
Requires Silverstripe 5+ (untested with 4.x but should work).
Relies on davechild/textstatistics for the standards/scores calculations.