PHPackages                             oxid-esales/oxideshop-unified-namespace-generator - 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-esales/oxideshop-unified-namespace-generator

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

oxid-esales/oxideshop-unified-namespace-generator
=================================================

OXID eShop related utility, which generates edition-specific class files for the 'unified namespace'

v5.2.0(1y ago)31.2M—5.7%618proprietaryPHPPHP ^8.2CI passing

Since Jul 20Pushed 2mo ago15 watchersCompare

[ Source](https://github.com/OXID-eSales/oxideshop-unified-namespace-generator)[ Packagist](https://packagist.org/packages/oxid-esales/oxideshop-unified-namespace-generator)[ RSS](/packages/oxid-esales-oxideshop-unified-namespace-generator/feed)WikiDiscussions b-8.0.x Synced 1mo ago

READMEChangelog (5)Dependencies (8)Versions (39)Used By (18)

Unified Namespace Generator
===========================

[](#unified-namespace-generator)

An OXID eShop related tool to generate class files in the so called *unified namespace*. This tools implements a composer plugin, but can also be executed as a standalone script like this

```
vendor/bin/oe-eshop-unified_namespace_generator

```

See also [Documentation on docs.oxid-esales.com](https://docs.oxid-esales.com/developer/en/7.0/system_architecture/unified_namespace/unified_namespace_generator.html#unified-namespace-generator)

Development
-----------

[](#development)

### Running tests

[](#running-tests)

Component tests can be executed with the OXID eShop's PHPUnit runner:

```
vendor/bin/phpunit vendor/oxid-esales/oxideshop-unified-namespace-generator
```

you might need to extend the eShop's root composer `autoload-dev` configuration and run `dump-autoload` command:

```
    "autoload-dev": {
        "psr-4": {
            "OxidEsales\\UnifiedNameSpaceGenerator\\Tests\\": "./vendor/oxid-esales/oxideshop-unified-namespace-generator/tests"
        }
    }
```

```
composer dump-autoload
```

to activate autoloading for the component's test classes.

Bugs and Issues
---------------

[](#bugs-and-issues)

If you experience any bugs or issues, please report them in the section **OXID eShop (all versions)** of .

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance69

Regular maintenance activity

Popularity44

Moderate usage in the ecosystem

Community34

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor3

3 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 ~164 days

Recently: every ~93 days

Total

20

Last Release

95d ago

Major Versions

v2.3.0 → v4.0.02022-10-06

v4.1.0 → v5.0.02024-03-15

v5.1.0 → v6.0.0-alpha.12025-02-03

v1.1.0 → v5.2.02025-04-09

v2.0.2 → v8.0.0-alpha.22026-02-12

PHP version history (3 changes)v1.0.0-beta.1PHP &gt;=5.6

v5.0.0PHP ^8.1

v5.2.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1374817?v=4)[oxid](/maintainers/oxid)[@OxID](https://github.com/OxID)

---

Top Contributors

[![AshrafOxid](https://avatars.githubusercontent.com/u/145345202?v=4)](https://github.com/AshrafOxid "AshrafOxid (18 commits)")[![liulka-oxid](https://avatars.githubusercontent.com/u/56023474?v=4)](https://github.com/liulka-oxid "liulka-oxid (16 commits)")[![kenariosz](https://avatars.githubusercontent.com/u/2828175?v=4)](https://github.com/kenariosz "kenariosz (16 commits)")[![godefroy-le-hardi](https://avatars.githubusercontent.com/u/31134636?v=4)](https://github.com/godefroy-le-hardi "godefroy-le-hardi (10 commits)")[![robertblank](https://avatars.githubusercontent.com/u/7868142?v=4)](https://github.com/robertblank "robertblank (9 commits)")[![a-afsharfarnia](https://avatars.githubusercontent.com/u/54709809?v=4)](https://github.com/a-afsharfarnia "a-afsharfarnia (4 commits)")[![AlfonsMartin](https://avatars.githubusercontent.com/u/35966734?v=4)](https://github.com/AlfonsMartin "AlfonsMartin (4 commits)")[![moritzdemmer](https://avatars.githubusercontent.com/u/56080577?v=4)](https://github.com/moritzdemmer "moritzdemmer (4 commits)")[![MohannadAlturk](https://avatars.githubusercontent.com/u/122265543?v=4)](https://github.com/MohannadAlturk "MohannadAlturk (2 commits)")[![Sieg](https://avatars.githubusercontent.com/u/98882?v=4)](https://github.com/Sieg "Sieg (2 commits)")[![kaluzki](https://avatars.githubusercontent.com/u/1521167?v=4)](https://github.com/kaluzki "kaluzki (2 commits)")[![tarique-iqbal](https://avatars.githubusercontent.com/u/1391042?v=4)](https://github.com/tarique-iqbal "tarique-iqbal (1 commits)")[![hkreuter](https://avatars.githubusercontent.com/u/3692295?v=4)](https://github.com/hkreuter "hkreuter (1 commits)")

---

Tags

oxid-esalesoxid-eshopoxid-eshop-componentphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oxid-esales-oxideshop-unified-namespace-generator/health.svg)

```
[![Health](https://phpackages.com/badges/oxid-esales-oxideshop-unified-namespace-generator/health.svg)](https://phpackages.com/packages/oxid-esales-oxideshop-unified-namespace-generator)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[ramsey/conventional-commits

A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook action!

1931.2M122](/packages/ramsey-conventional-commits)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)

PHPackages © 2026

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