silverstripe / recipe-reporting-tools
Add extra CMS reporting tools to your SilverStripe project
Package info
github.com/silverstripe/recipe-reporting-tools
Type:silverstripe-recipe
pkg:composer/silverstripe/recipe-reporting-tools
2.4.0
2025-04-09 23:52 UTC
Requires
- php: ^8.1
- bringyourownideas/silverstripe-composer-update-checker: ~4.1.2@stable
- bringyourownideas/silverstripe-maintenance: ~3.3.0@stable
- silverstripe/externallinks: ~3.4.0@stable
- silverstripe/recipe-cms: ~5.4.0@stable
- silverstripe/recipe-plugin: ~2.1.0@stable
- silverstripe/securityreport: ~3.1.1@stable
- silverstripe/sitewidecontent-report: ~4.3.0@stable
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-15 14:04:11 UTC
README
This includes the following core Silverstripe modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/externallinks: Module which tracks external broken links in Silverstripe CMS pages
- silverstripe/reports: API for creating backend reports in the Silverstripe Framework
- silverstripe/securityreport: "Users, Groups and Permissions" report in Silverstripe CMS
- silverstripe/sitewidecontent-report: Report of all pages and files across all the project, including subsites
- bringyourownideas/silverstripe-maintenance: Report of all Silverstripe modules installed in the project
- bringyourownideas/silverstripe-composer-update-checker: Adds columns to the installed modules report indicating newer versions of installed modules that are available
This can be either added to an existing project or used as a project base for creating a basic CWP install.
Installation
composer create-project silverstripe/recipe-reporting-tools ./myproject
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.