2017 © Pedro Peláez
 

library phpdotenvcache

A simple cached loader for Phpdotenv

image

claas/phpdotenvcache

A simple cached loader for Phpdotenv

  • Friday, March 31, 2017
  • by claas
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

Cache for PHP dotenv

A simple cached loader for PHP dotenv., (*1)

Build Status Code Climate Latest Stable Version License, (*2)

Usage

First, install Composer., (*3)

curl -sS https://getcomposer.org/installer | php

Next, add phpdotenvcache:, (*4)

php composer.phar require claas/phpdotenvcache

Then, include Composer's autoloader:, (*5)

require 'vendor/autoload.php';

Finally, you can use the PHP dotenv cache:, (*6)

$dotenv = new Dotenv\CachedDotenv();
$dotenv->load(__DIR__);
// Alternatively, only load to $_ENV or $_SERVER globals:
// $dotenv->loadToEnv(__DIR__);
// $dotenv->loadToServer(__DIR__); 

The Versions

31/03 2017

dev-master

9999999-dev https://github.com/caugner/phpdotenvcache

A simple cached loader for Phpdotenv

  Sources   Download

MIT

The Requires

 

The Development Requires

31/03 2017

v0.0.3

0.0.3.0 https://github.com/caugner/phpdotenvcache

A simple cached loader for Phpdotenv

  Sources   Download

MIT

The Requires

 

30/03 2017

v0.0.2

0.0.2.0 https://github.com/caugner/phpdotenvcache

A simple cached loader for Phpdotenv

  Sources   Download

MIT

The Requires

 

30/03 2017

v0.0.1

0.0.1.0 https://github.com/caugner/phpdotenvcache

A simple cached loader for Phpdotenv

  Sources   Download

MIT

The Requires