Download the PHP package pmvc-app/dimension without Composer
On this page you can find all versions of the php package pmvc-app/dimension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dimension
PMVC multi-dimensional configuration library
Config format use .env
- https://github.com/pmvc-plugin/dotenv
- How to defined array? Ans: use "underscore" plugin
How to translate Constant
- Prefix with '_', and the key will call constant($k)
- https://github.com/pmvc-app/dimension/blob/master/index.php#L55-L68
How to escape
- Prefix with escap character such as '\'.
- If detected key start with escap character will bypass underscore process
How to extend another config file
* add a config base=xxx at start of file
- Important: only allow extend with same level configs
Last cook callback
Debug info
- ?--trace=xxx
- dimension
- level information
- dimension-level
- level merge information
- dimension-file
- different file source merge information
Other Resource
- Deployment environment
Auto load app or plugin config
- APP
- Plug-in
Install with Composer
1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
2. Install Use composer.json or use command-line directly
2.1 Install Use composer.json
-
vim composer.json
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-app/dimension
All versions of dimension with dependencies
PHP Build Version
Package Version
Requires
pmvc-plugin/controller Version
*
pmvc-plugin/dotenv Version *
pmvc-plugin/dimension Version *
pmvc-plugin/simple_encryptor Version *
pmvc-plugin/dotenv Version *
pmvc-plugin/dimension Version *
pmvc-plugin/simple_encryptor Version *
The package pmvc-app/dimension contains the following files
Loading the files please wait ....