pmvc-plugin/getenv

getenv for PMVC get plugin

v0.6.3 2023-08-06 19:17 UTC

This package is auto-updated.

Last update: 2024-04-06 21:15:40 UTC


README

Latest Stable Version Latest Unstable Version CircleCI 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-main"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/getenv