2017 © Pedro Peláez
 

library config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files forked from hassankhan/config

image

mhndev/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files forked from hassankhan/config

  • Thursday, March 30, 2017
  • by majidphpdeveloper
  • Repository
  • 1 Watchers
  • 0 Stars
  • 503 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 107 Forks
  • 0 Open issues
  • 20 Versions
  • 129 % Grown

The README.md

Config

forked from hassankhan/config the one and only difference which I made is : access config values by file name, (*1)

<?php
use Noodlehaus\Config;

// Load all supported files in a directory
$conf = new Config(__DIR__ . '/config');

consider in mentioned path we have multiple config file and one of them is mail.php and it's content is as follow, (*2)

<?php
return [ 
       'driver'=>'file'
];


now you can access this variable like follow :, (*3)

// Get value using key
$debug = $conf->get('mail.driver');

The Versions

30/03 2017

dev-master

9999999-dev https://github.com/mhndev/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files forked from hassankhan/config

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

30/03 2017

1.0.0

1.0.0.0 https://github.com/mhndev/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files forked from hassankhan/config

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

30/03 2017

dev-develop

dev-develop http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

11/02 2016

0.10.0

0.10.0.0 http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

23/01 2016

0.9.1

0.9.1.0 http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

23/01 2016

0.9.0

0.9.0.0 http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

22/03 2015

dev-feature/major-changes

dev-feature/major-changes http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

21/03 2015

0.8.2

0.8.2.0 http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

21/03 2015

0.8.1

0.8.1.0 http://hassankhan.me/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

21/03 2015

0.8.0

0.8.0.0 http://noodlehaus.github.io/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

24/02 2015

0.7.1

0.7.1.0 http://noodlehaus.github.io/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

23/02 2015

0.7.0

0.7.0.0 http://noodlehaus.github.io/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

23/02 2015

0.6.0

0.6.0.0 http://noodlehaus.github.io/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

23/02 2015

0.5.0

0.5.0.0 http://noodlehaus.github.io/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

22/02 2015

0.4.0

0.4.0.0 http://noodlehaus.github.io/config/

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

22/02 2015

0.3.0

0.3.0.0 http://noodlehaus.github.io/config/

lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

22/02 2015

0.2.1

0.2.1.0 http://noodlehaus.github.io/config/

lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml yml microphp unframework

21/02 2015

0.2.0

0.2.0.0 http://noodlehaus.github.io/config/

lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml microphp unframework

27/11 2014

0.1.0

0.1.0.0 http://noodlehaus.github.io/config/

lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

  Sources   Download

MIT

The Requires

 

The Development Requires

json xml configuration ini config yaml microphp unframework

19/11 2014

0.0.1

0.0.1.0 http://noodlehaus.github.io/config/

configuration file loader that supports json, ini, php or xml hashes

  Sources   Download

MIT

The Requires

  • php >= 5.3.0

 

The Development Requires

json xml configuration ini config microphp unframework