PHPackages                             clgsru/composer-modify-autoload - 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. clgsru/composer-modify-autoload

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

clgsru/composer-modify-autoload
===============================

Simple library for updated the vendor/autoload.php so it manually includes any files specified in composer.json's files array.

1.0.1(2y ago)0462[1 issues](https://github.com/arhitov/composer-modify-autoload/issues)GPL-3.0-onlyPHPPHP &gt;=7.4

Since Jun 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/arhitov/composer-modify-autoload)[ Packagist](https://packagist.org/packages/clgsru/composer-modify-autoload)[ RSS](/packages/clgsru-composer-modify-autoload/feed)WikiDiscussions main Synced 1mo ago

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

composer-modify-autoload
========================

[](#composer-modify-autoload)

Simple library for updated the vendor/autoload.php so it manually includes any files specified in composer.json's files array. See [composer issues #6768](https://github.com/composer/composer/issues/6768)

composer.json
-------------

[](#composerjson)

Files that need to be included at the very beginning

```
{
 // ...
  "autoload": {
    "priority": [
      "your_file.php"
    ]
  }
 // ...
}

```

Autorun script after composer update

```
{
 // ...
  "scripts": {
    "post-autoload-dump": [
      "@php vendor/bin/composer-modify-autoload.php"
    ]
  }
 // ...
}

```

See also [funkjedi/composer-include-files](https://github.com/funkjedi/composer-include-files)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

1064d ago

### Community

Maintainers

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

---

Top Contributors

[![arhitov](https://avatars.githubusercontent.com/u/958882?v=4)](https://github.com/arhitov "arhitov (10 commits)")

---

Tags

composerautoload

### Embed Badge

![Health badge](/badges/clgsru-composer-modify-autoload/health.svg)

```
[![Health](https://phpackages.com/badges/clgsru-composer-modify-autoload/health.svg)](https://phpackages.com/packages/clgsru-composer-modify-autoload)
```

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.4k187.2M2.6k](/packages/composer-composer)[jean85/pretty-package-versions

A library to get pretty versions strings of installed dependencies

1.3k289.5M63](/packages/jean85-pretty-package-versions)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[nette/robot-loader

🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.

89352.7M321](/packages/nette-robot-loader)[bamarni/composer-bin-plugin

No conflicts for your bin dependencies

52722.0M859](/packages/bamarni-composer-bin-plugin)[composer/metadata-minifier

Small utility library that handles metadata minification and expansion.

181115.0M13](/packages/composer-metadata-minifier)

PHPackages © 2026

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