PHPackages                             teamnovu/statamic-unused-assets - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. teamnovu/statamic-unused-assets

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

teamnovu/statamic-unused-assets
===============================

Addon to list all assets not in use on your Statamic dashboard.

v2.0.2(2y ago)220.0k↓10.5%1[2 PRs](https://github.com/teamnovu/statamic-unused-assets/pulls)MITPHP

Since Dec 22Pushed 2y ago3 watchersCompare

[ Source](https://github.com/teamnovu/statamic-unused-assets)[ Packagist](https://packagist.org/packages/teamnovu/statamic-unused-assets)[ RSS](/packages/teamnovu-statamic-unused-assets/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (10)Used By (0)

Statamic Unused Assets
======================

[](#statamic-unused-assets)

> This is an addon to list all assets that are not used in your statamic site.

Features
--------

[](#features)

This addon adds a widget which you can add to your dashboard. If there are assets which are currently not in use on your sites they will be listed in that widget.

How to Install
--------------

[](#how-to-install)

Run the following command in your project root:

```
composer require teamnovu/statamic-unused-assets
```

How to Use
----------

[](#how-to-use)

Just add the widget to your `config/statamic/cp.php` as you would [any other widget](https://statamic.dev/widgets#configuration).

The following is an example which shows all the possible config values you can use.

```
'widgets' => [
    // ...

        [
            'type' => 'unused-assets', // Required
            'limit' => 300, // Default: 300 – The number of images to display from the widget.
            'width' => 100, // Default: 100 – The size of the widget.
            'excluded_paths' => [], // Example: ['assets/myFolder/'] - Default: [] – The paths to exclude from the search.
        ],
],
```

> **Note**This widget caches the assets displayed forever and updates the cache when events such as AssetDeleted, AssetSaved AssetUploaded EntryDeleted, EntrySaved TermDeleted, TermSaved GlobalSetDeleted, GlobalSetSaved are fired.

Development
-----------

[](#development)

This addon workers due to the potential heavy workload. To test the addon localy a queue worker needs to be running e.g.

```
php artisan queue:listen
```

Credit
------

[](#credit)

This widget has basically been extracted from the [Statamic Peak starter kit](https://github.com/studio1902/statamic-peak) updated with inspiration from [Swiftmade Statamic Clear Assets](https://github.com/swiftmade/statamic-clear-assets)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~72 days

Recently: every ~97 days

Total

8

Last Release

735d ago

Major Versions

v1.0.4 → v2.0.02023-06-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/98ef0f85d6b6cb5d03adce4a206f8cf4dc60184a2c6e9cf72ce1ffc5f01e1159?d=identicon)[Kylewalow](/maintainers/Kylewalow)

---

Top Contributors

[![Kylewalow](https://avatars.githubusercontent.com/u/48148789?v=4)](https://github.com/Kylewalow "Kylewalow (37 commits)")[![okaufmann](https://avatars.githubusercontent.com/u/4414498?v=4)](https://github.com/okaufmann "okaufmann (2 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/teamnovu-statamic-unused-assets/health.svg)

```
[![Health](https://phpackages.com/badges/teamnovu-statamic-unused-assets/health.svg)](https://phpackages.com/packages/teamnovu-statamic-unused-assets)
```

###  Alternatives

[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[jacksleight/statamic-bard-texstyle

17172.5k](/packages/jacksleight-statamic-bard-texstyle)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
