PHPackages                             mediawiki/minus-x - 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. mediawiki/minus-x

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

mediawiki/minus-x
=================

Removes executable bit from files that shouldn't be executable

2.0.1(4mo ago)6541.0k↑37.8%220GPL-3.0-or-laterPHPPHP &gt;=8.2

Since Sep 12Pushed 2mo ago10 watchersCompare

[ Source](https://github.com/wikimedia/mediawiki-tools-minus-x)[ Packagist](https://packagist.org/packages/mediawiki/minus-x)[ Docs](https://www.mediawiki.org/wiki/MinusX)[ RSS](/packages/mediawiki-minus-x/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (20)

MinusX
======

[](#minusx)

MinusX is a utility that finds files that shouldn't have a [UNIX executable mode](https://en.wikipedia.org/wiki/Modes_%28Unix%29).

Files that are marked as executable must either have a MIME type of `application/x-executable` or `application/x-sharedlib`, or start with a [shebang](https://en.wikipedia.org/wiki/Shebang_%28Unix%29).

It can be installed via composer:

`composer require mediawiki/minus-x --dev`

Usage:

`minus-x check .`

And to automatically fix errors:

`minus-x fix .`

If you want to ignore a specific file or directory from being checked, create a `.minus-x.json` in the repository root:

```
{
	"ignore": [
		"./bin/executable"
	],
	"ignoreDirectories": [
		"./extensions"
	]
}

```

The directories `.git`, `vendor`, and `node_modules` are always ignored.

MinusX is licensed under the terms of the GPL, v3 or later. See COPYING for more details.

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance82

Actively maintained with recent releases

Popularity43

Moderate usage in the ecosystem

Community41

Growing community involvement

Maturity83

Battle-tested with a long release history

 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 ~254 days

Recently: every ~460 days

Total

13

Last Release

120d ago

Major Versions

0.3.2 → 1.0.02020-01-20

1.1.3 → 2.0.02026-01-10

PHP version history (3 changes)0.1.0PHP &gt;=5.5.9

1.0.0PHP &gt;=7.2.9

2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b94d9718c06ec7c3fd7a104bc44966fb7464b9ec7411582343ea35a7a6a85f08?d=identicon)[mediawiki](/maintainers/mediawiki)

![](https://www.gravatar.com/avatar/716c86d71cbf921e7912a505f89d799de398fc0a3af0bd4c8862834b2d642bd7?d=identicon)[wikimedia](/maintainers/wikimedia)

![](https://www.gravatar.com/avatar/f281fc1a5701e1e7002129e0198e12bff5c8ce049377bf1f75b022d588a5bd94?d=identicon)[legoktm](/maintainers/legoktm)

---

Top Contributors

[![legoktm](https://avatars.githubusercontent.com/u/81392?v=4)](https://github.com/legoktm "legoktm (22 commits)")[![ZabeMath](https://avatars.githubusercontent.com/u/35405030?v=4)](https://github.com/ZabeMath "ZabeMath (8 commits)")[![umherirrender](https://avatars.githubusercontent.com/u/1174884?v=4)](https://github.com/umherirrender "umherirrender (5 commits)")[![samwilson](https://avatars.githubusercontent.com/u/213655?v=4)](https://github.com/samwilson "samwilson (4 commits)")[![reedy](https://avatars.githubusercontent.com/u/67615?v=4)](https://github.com/reedy "reedy (4 commits)")[![jdforrester](https://avatars.githubusercontent.com/u/881572?v=4)](https://github.com/jdforrester "jdforrester (2 commits)")[![mzmcbride](https://avatars.githubusercontent.com/u/50847?v=4)](https://github.com/mzmcbride "mzmcbride (1 commits)")[![mainframe98](https://avatars.githubusercontent.com/u/14977407?v=4)](https://github.com/mainframe98 "mainframe98 (1 commits)")[![Daimona](https://avatars.githubusercontent.com/u/38216014?v=4)](https://github.com/Daimona "Daimona (1 commits)")

### Embed Badge

![Health badge](/badges/mediawiki-minus-x/health.svg)

```
[![Health](https://phpackages.com/badges/mediawiki-minus-x/health.svg)](https://phpackages.com/packages/mediawiki-minus-x)
```

###  Alternatives

[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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