Download the PHP package oxid-esales/eshop-edition-facts without Composer
On this page you can find all versions of the php package oxid-esales/eshop-edition-facts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oxid-esales/eshop-edition-facts
More information about oxid-esales/eshop-edition-facts
Files in oxid-esales/eshop-edition-facts
Package eshop-edition-facts
Short Description OXID eShop edition getter
License GPL-3.0
Informations about the package eshop-edition-facts
OXID eShop edition related facts
This component provides eShop editions related information/facts with the help
of eshop-facts. Information
on how to use oe-eshop-edition_facts
script together with oe-eshop-facts
can be found in the following
README.
Output
The following information is provided after executing the script:
ESHOP_PE_ROOT_PATH
- Full path to eShop's Professional edition run-time files;ESHOP_EE_ROOT_PATH
- Full path to eShop's Enterprise edition run-time files;ESHOP_GET_EDITION_SCRIPT_PATH
- Full path to a script which retrieves the current active edition of eShop's installation;ESHOP_EDITION
- Current active eShop edition;MIGRATION_SUITE
- eShop edition which is targeted by script execution (by default it has an empty value and one must override this to make an effect);
Keep in mind that it's possible to override any variable from the list above by providing it as an environment variable, e.g. to change the path of eShop PE run-time:
ESHOP_PE_ROOT_PATH=/var/www/oxideshop/pe ./vendor/bin/oe-eshop-facts oe-eshop-edition_facts
Input
The following environment variables are accepted:
VERBOSE
- Enables verbose mode which prints out all facts toSTDOUT
;ESHOP_VERBOSE_EDITION_FACTS
- Enables verbose mode only for the current script.