Download the PHP package xervice/config without Composer
On this page you can find all versions of the php package xervice/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xervice/config
More information about xervice/config
Files in xervice/config
Download xervice/config
More information about xervice/config
Files in xervice/config
Vendor xervice
Package config
Short Description Config environment to xervice components
License MIT
Package config
Short Description Config environment to xervice components
License MIT
Please rate this library. Is it a good library?
Informations about the package config
Xervice: Config
Config loader for Xervice services.
Installation
Configuration
- Add a config directory to your root path
- In there you have different config files parsed in this order:
- config_default.php
- config_
.php - config_
_ .php - config_local.php
- (additional config files defined in previous config file)
APPLICATION_ENV is a environment variable. The default value is "production". APPLICATION_SCOPE is a environment variable. The default value is "main".
To add additional config files you can add them to your config_default:
If you want to change the config-directory, you can set the environment variable CONFIG_PATH.
If no CONFIG_PATH is defined, it will look under the environment variable
Usage
All versions of config with dependencies
PHP Build Version
Package Version
No informations.
The package xervice/config contains the following files
Loading the files please wait ....