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)223.1k↑94.3%1[2 issues](https://github.com/teamnovu/statamic-unused-assets/issues)[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 3d 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

27

—

LowBetter than 47% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

781d 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)")[![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/seo-pro

68516.6k](/packages/statamic-seo-pro)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[rias/statamic-redirect

29335.6k](/packages/rias-statamic-redirect)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)[jacksleight/statamic-bard-texstyle

18195.4k](/packages/jacksleight-statamic-bard-texstyle)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

23111.5k15](/packages/marcorieser-statamic-livewire)

PHPackages © 2026

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