simplygoodwork / craft-asset-summary
Utility to show total asset storage and large files
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:craft-plugin
pkg:composer/simplygoodwork/craft-asset-summary
Requires
- php: >=8.2.0
- craftcms/cms: ^5.0.0
This package is auto-updated.
Last update: 2025-10-08 12:48:43 UTC
README
Utility to show total asset storage and large files. This is just based on filesizes stored in the database to give a guide and not a substitute for checking actual storage on your Asset hosting platform. If you're using native Craft CMS transforms, then your Asset storage will be higher.
Requirements
This plugin requires Craft CMS 4.16.0 or later, and PHP 8.0.2 or later.
Installation
With DDEV
ddev composer require simplygoodwork/craft-asset-summary -w && ddev craft plugin/install asset-summary
With Composer
Open your terminal and run the following commands:
# tell Composer to load the plugin composer require simplygoodwork/craft-asset-summary # tell Craft to install the plugin ./craft plugin/install asset-summary
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Asset Summary”. Then press “Install”.
Usage
Go to Utilities > Asset Summary in the Craft Control panel to see an overview of Asset Storage.