pmvc-plugin/getenv

getenv for PMVC get plugin

0.6.2 2021-04-13 05:56 UTC

This package is auto-updated.

Last update: 2023-03-13 09:45:41 UTC


README

Latest Stable Version Latest Unstable Version Build Status License Total Downloads

PMVC Getenv Plugin

How to use

Install with Composer

1. Download composer

2. Install Use composer.json or use command-line directly

2.1 Install Use composer.json

  • vim composer.json
{
    "require": {
        "pmvc-plugin/getenv": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/getenv