PHPackages                             wearerequired/filename-normalizer - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. wearerequired/filename-normalizer

AbandonedArchivedWordpress-muplugin[File &amp; Storage](/categories/file-storage)

wearerequired/filename-normalizer
=================================

WordPress mu-plugin to normalize filenames before they are uploaded.

1.0.1(8y ago)516.4kGPL-2.0-or-laterPHPPHP &gt;=5.6

Since Jan 13Pushed 2y ago2 watchersCompare

[ Source](https://github.com/wearerequired/filename-normalizer)[ Packagist](https://packagist.org/packages/wearerequired/filename-normalizer)[ Docs](https://github.com/wearerequired/filename-normalizer)[ RSS](/packages/wearerequired-filename-normalizer/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (2)Used By (0)

Filename Normalizer
===================

[](#filename-normalizer)

> **Note**
> Since [WordPress 6.1](https://core.trac.wordpress.org/changeset/53754) this plugin is no longer required.

Normalizes filenames before they are uploaded.

`täst.png` uses a vowel followed by a diaeresis (`a\xcc\x88`). The normalizer normalizes the name so that for example `remove_accents()` can replace `ä` (`\xC3\xA4`) with `ae`.

This is especially useful in combination with the [Clean Image Filenames](https://wordpress.org/plugins/clean-image-filenames/) plugin which uses `sanitize_title()` (and thus `remove_accents()`).

Installation
------------

[](#installation)

The package type is `wordpress-muplugin`. Example of a `composer.json`:

```
{
  "name": "wearerequired/something",
  "description": "required.com",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "required gmbh",
      "email": "info@required.ch"
    }
  ],
  "require": {
    "php": ">=5.6",
    "koodimonni/composer-dropin-installer": "dev-master",
    "johnpbloch/wordpress": "~4.9",
    "wearerequired/filename-normalizer": "^1.0"
  },
  "extra": {
    "wordpress-install-dir": "wordpress/wp",
    "installer-paths": {
      "wordpress/content/plugins/{$name}/": [
        "type:wordpress-plugin"
      ],
      "vendor/{$vendor}/{$name}/": [
        "type:wordpress-muplugin"
      ],
      "wordpress/content/themes/{$name}/": [
        "type:wordpress-theme"
      ]
    },
    "dropin-paths": {
      "wordpress/content/mu-plugins/": [
        "type:wordpress-muplugin"
      ]
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

Unknown

Total

1

Last Release

3048d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1446895?v=4)[required](/maintainers/wearerequired)[@wearerequired](https://github.com/wearerequired)

---

Top Contributors

[![ocean90](https://avatars.githubusercontent.com/u/617637?v=4)](https://github.com/ocean90 "ocean90 (7 commits)")[![grappler](https://avatars.githubusercontent.com/u/1785641?v=4)](https://github.com/grappler "grappler (1 commits)")

---

Tags

wordpress-mupluginwordpress-pluginnormalizerwordpressuploadfilename

### Embed Badge

![Health badge](/badges/wearerequired-filename-normalizer/health.svg)

```
[![Health](https://phpackages.com/badges/wearerequired-filename-normalizer/health.svg)](https://phpackages.com/packages/wearerequired-filename-normalizer)
```

###  Alternatives

[dre1080/wp-graphql-upload

Adds file upload support to the WP GraphQL Plugin.

3854.0k](/packages/dre1080-wp-graphql-upload)[mcguffin/acf-dropzone

Drag and drop file upload for ACF-Fields.

339.2k](/packages/mcguffin-acf-dropzone)[patroklo/octobercms-improved-fileupload

Improves October CMS file upload form widget options with user defined rules.

114.4k](/packages/patroklo-octobercms-improved-fileupload)[liyunfang/yii2-upload-behavior

Upload behavior for Yii 2

161.7k](/packages/liyunfang-yii2-upload-behavior)

PHPackages © 2026

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