fromholdio/silverstripe-text-statistics

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

Maintainers

Package info

github.com/fromholdio/silverstripe-text-statistics

Type:silverstripe-vendormodule

pkg:composer/fromholdio/silverstripe-text-statistics

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2024-01-04 04:38 UTC

This package is auto-updated.

Last update: 2026-03-04 09:30:03 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.