oxid-esales/oxideshop-unified-namespace-generator

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

Maintainers

👁 oxid

Package info

github.com/OXID-eSales/oxideshop-unified-namespace-generator

Type:composer-plugin

pkg:composer/oxid-esales/oxideshop-unified-namespace-generator

Statistics

Installs: 1 304 482

Dependents: 22

Suggesters: 0

Stars: 3

v8.0.0-alpha.2 2026-02-12 09:03 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary 51c7b44c8febe8c442b88544f815e7dd4f3bfdf8


README

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

Development

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

If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.