https://github.com/pmvc-plugin/getenv
https://github.com/pmvc-plugin/getenv
pmvc-get
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmvc-plugin/getenv
- Owner: pmvc-plugin
- Created: 2015-07-29T16:59:37.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T19:20:05.000Z (almost 3 years ago)
- Last Synced: 2025-07-30T03:56:14.030Z (10 months ago)
- Topics: pmvc-get
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/getenv)
[](https://packagist.org/packages/pmvc-plugin/getenv)
[](https://circleci.com/gh/pmvc-plugin/getenv/tree/main)
[](https://packagist.org/packages/pmvc-plugin/getenv)
[](https://packagist.org/packages/pmvc-plugin/getenv)
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