PHPackages                             teamnovu/statamic-images-missing-alt - 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. teamnovu/statamic-images-missing-alt

ActiveLibrary

teamnovu/statamic-images-missing-alt
====================================

Addon to list all images with no alt text on your Statamic dashboard.

v1.0.5(1y ago)130.2k↓37.8%3[1 PRs](https://github.com/teamnovu/statamic-images-missing-alt/pulls)GPL-3.0-onlyPHP

Since Nov 11Pushed 1y ago4 watchersCompare

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

READMEChangelog (8)Dependencies (2)Versions (12)Used By (0)

Statamic Images Missing Alt
===========================

[](#statamic-images-missing-alt)

> This is an addon to list all images with no alt text on your Statamic dashboard.

Features
--------

[](#features)

This addon adds a widget which you can add to your dashboard. If there are images which do not have an alt text they will be listed in that widget.

Having alt text on every asset improves accessibility as well as search engine optimization.

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

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic dashboard and click **install**, or run the following command from your project root:

```
composer require teamnovu/statamic-images-missing-alt
```

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' => 'images_missing_alt', // Required
        'container' => 'assets', // Default: "assets" – The container to search through. Can also be an array to include multiple containers.
        'limit' => 5, // Default: 5 – The number of images to display in the widget.
        'width' => 50, // Default: 100 – The size of the widget.
    ],
],
```

> **Note**Unlike in the Statamic Peak starter kit, this widget caches the assets displayed forever and updates the cache when events such as AssetDeleted, AssetSaved or AssetUploaded are fired.

Credit
------

[](#credit)

This widget has basically been extracted from the [Statamic Peak starter kit](https://github.com/studio1902/statamic-peak).

A more serious solution to having alt texts on every asset is tracked and discussed in [this issue](https://github.com/statamic/ideas/issues/496).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~73 days

Recently: every ~125 days

Total

11

Last Release

552d ago

Major Versions

v0.3.0 → 3.x-dev2022-11-11

v0.4.0 → v1.0.02023-06-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/88b33a36bab321756e8266b4db8866aaf78d3ced81e9fd896d427eb08a39097b?d=identicon)[strebl](/maintainers/strebl)

![](https://www.gravatar.com/avatar/71924914cc3395e100850e18b7aa059b39c80ecb1555cedabc7f3c59c130f557?d=identicon)[Buffalom](/maintainers/Buffalom)

---

Top Contributors

[![buffalom](https://avatars.githubusercontent.com/u/20814747?v=4)](https://github.com/buffalom "buffalom (26 commits)")[![Kylewalow](https://avatars.githubusercontent.com/u/48148789?v=4)](https://github.com/Kylewalow "Kylewalow (9 commits)")[![jasonbradberry](https://avatars.githubusercontent.com/u/1271588?v=4)](https://github.com/jasonbradberry "jasonbradberry (1 commits)")[![okaufmann](https://avatars.githubusercontent.com/u/4414498?v=4)](https://github.com/okaufmann "okaufmann (1 commits)")[![quintenbuis](https://avatars.githubusercontent.com/u/36452184?v=4)](https://github.com/quintenbuis "quintenbuis (1 commits)")[![stefankempf](https://avatars.githubusercontent.com/u/20299885?v=4)](https://github.com/stefankempf "stefankempf (1 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/teamnovu-statamic-images-missing-alt/health.svg)

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

###  Alternatives

[statamic/statamic

Statamic

824170.4k](/packages/statamic-statamic)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic/ssg

Generate static sites with Statamic.

254302.4k](/packages/statamic-ssg)[statamic/eloquent-driver

Allows you to store Statamic data in a database.

125598.8k7](/packages/statamic-eloquent-driver)[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[rias/statamic-redirect

28298.4k](/packages/rias-statamic-redirect)

PHPackages © 2026

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