- getenv wrapper for pmvc-plugin/get
- https://github.com/pmvc-plugin/get
- check the unit test funciotn testGet
- https://github.com/pmvc-plugin/getenv/blob/main/test.php#L17
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
- vim composer.json
{
"require": {
"pmvc-plugin/getenv": "dev-main"
}
}
- php composer.phar install
- php composer.phar require pmvc-plugin/getenv