fromholdio/silverstripe-text-statistics

Calculates statistics on page/object content, such as word count, readability scores/standards, reading time, etc.

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

pkg:composer/fromholdio/silverstripe-text-statistics

1.0.0 2024-01-04 04:38 UTC

This package is auto-updated.

Last update: 2025-10-04 08:38:33 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.