PHPackages                             oxid-professional-services/oxid-dump-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. oxid-professional-services/oxid-dump-autoload

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

oxid-professional-services/oxid-dump-autoload
=============================================

0.3.0(6y ago)0842[1 PRs](https://github.com/OXIDprojects/oxid-dump-autoload/pulls)PHP

Since Nov 20Pushed 5y agoCompare

[ Source](https://github.com/OXIDprojects/oxid-dump-autoload)[ Packagist](https://packagist.org/packages/oxid-professional-services/oxid-dump-autoload)[ RSS](/packages/oxid-professional-services-oxid-dump-autoload/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Description
===========

[](#description)

Sometimes it's helpful to have the module-chain which is saved in the oxid database in a simple php file on the disk, e.g. for running static code analysis or to tell your IDE where to find a `*_parent` class. This little Tool allows you to generate a php-file which consinst of all `class_alias` statements used inside the shop.

Could be used for example in `phpstan` like this:

```
$ cat phpstan.neon
parameters:
    level: 0
    autoload_files:
    - %currentWorkingDirectory%/vendor/autoload.php
    - %currentWorkingDirectory%/autoload.oxid.php
    - %currentWorkingDirectory%/source/oxfunctions.php
    - %currentWorkingDirectory%/source/modules/functions.php
    - %currentWorkingDirectory%/source/overridablefunctions.php

```

Installation
============

[](#installation)

```
composer require --dev alfredbez/oxid-dump-autoload

```

Usage
=====

[](#usage)

Run `vendor/bin/oxid-dump-autoload` to generate a `autoload.oxid.php` inside your current working directory.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~20 days

Total

3

Last Release

2326d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0765e0aa80ca40629964633b65ddf643c5b184bd70a0e3172a623f2e2c263f2d?d=identicon)[oxid-professional-services](/maintainers/oxid-professional-services)

---

Top Contributors

[![keywan-ghadami-oxid](https://avatars.githubusercontent.com/u/7767623?v=4)](https://github.com/keywan-ghadami-oxid "keywan-ghadami-oxid (6 commits)")[![alfredbez](https://avatars.githubusercontent.com/u/1001186?v=4)](https://github.com/alfredbez "alfredbez (2 commits)")

### Embed Badge

![Health badge](/badges/oxid-professional-services-oxid-dump-autoload/health.svg)

```
[![Health](https://phpackages.com/badges/oxid-professional-services-oxid-dump-autoload/health.svg)](https://phpackages.com/packages/oxid-professional-services-oxid-dump-autoload)
```

###  Alternatives

[vanilla-thunder/oxid-module-devutils

developer utilities for OXID eShop

1723.3k](/packages/vanilla-thunder-oxid-module-devutils)

PHPackages © 2026

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