oxid-esales / oxideshop-unified-namespace-generator
OXID eShop related utility, which generates edition-specific class files for the 'unified namespace'
Installs: 871 257
Dependents: 19
Suggesters: 0
Security: 0
Stars: 3
Watchers: 17
Forks: 6
Type:composer-plugin
Requires
- php: ^8.1
- composer-plugin-api: >=2.0
- composer/composer: >=2.0
- oxid-esales/oxideshop-facts: *
- symfony/filesystem: ^6.3
- twig/twig: 3.8.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^10.4
- symfony/yaml: *
- dev-b-8.0.x
- v5.1.0
- v5.0.0
- v4.1.0
- v4.0.0
- v3.0.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v1.0.0
- v1.0.0-beta.4
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta.1
- dev-b-8.0.x-no-config-inc-OXDEV-7248
- dev-b-7.3.x
- dev-b-7.3.x-no-config-inc-OXDEV-7248
- dev-b-7.3.x-symfony7-OXDEV-7754
- dev-b-7.2.x
- dev-b-7.1.x
- dev-b-8.0.x-twig-up
- dev-b-7.2.x-test-cherry-pick
- dev-b-8.0.x-drop-smarty-template-OXDEV-7524
- dev-b-7.1.x_bak
- dev-b-7.0.x
- dev-b-7.1.x-phpunit10-OXDEV-7518
- dev-b-6.5.x
- dev-b-7.0.x-escape-smarty-OXDEV-5361
- dev-b-6.3.x
- dev-b-1.x
- dev-remove_version_checker-OXDEV-1033
This package is auto-updated.
Last update: 2024-11-18 15:08:12 UTC
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.