pmvc-plugin / getenv
getenv for PMVC get plugin
Installs: 4 724
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
README
PMVC Getenv Plugin
- getenv wrapper for pmvc-plugin/get
- https://github.com/pmvc-plugin/get
How to use
- check the unit test funciotn testGet
- https://github.com/pmvc-plugin/getenv/blob/main/test.php#L17
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
{
"require": {
"pmvc-plugin/getenv": "dev-main"
}
}
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/getenv