2017 © Pedro Peláez
 

library dotenv

DotEnv librabry

image

devop-core/dotenv

DotEnv librabry

  • Friday, June 15, 2018
  • by desertknight
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Dependency injection library

Description

This library is just proof of concept. > We do NOT recommended the use of production environment., (*1)

Provide dependency injection, (*2)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*3)

Install

Package is available on Packagist, you can install it using Composer., (*4)

``` bash composer require devop-core/dotenv, (*5)


## Usage .env ```bash APP_DEBUG=true APP_NAME="DevOp Studio" APP_VERSION=null

``` php <?php include_once '../vendor/autoload.php';, (*6)

(new DevOp\Core\DotEnv())->load('.env')->toEnv();, (*7)

var_dump([env('APP_DEBUG'), getenv('APP_DEBUG'), env('APP_NAME')]);, (*8)


## Change log Please see [CHANGELOG](.github/CHANGELOG.md) for more information on what has changed recently. ## Testing ``` bash $ vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details., (*9)

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

15/06 2018

dev-master

9999999-dev https://www.devop.studio

DotEnv librabry

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

php dotenv

15/06 2018

1.0.1

1.0.1.0 https://www.devop.studio

DotEnv librabry

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

php dotenv

10/06 2018

1.0.0

1.0.0.0 https://www.devop.studio

DotEnv librabry

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

php dotenv