Download the PHP package lezhnev74/dummy-config-loader without Composer
On this page you can find all versions of the php package lezhnev74/dummy-config-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lezhnev74/dummy-config-loader
More information about lezhnev74/dummy-config-loader
Files in lezhnev74/dummy-config-loader
Download lezhnev74/dummy-config-loader
More information about lezhnev74/dummy-config-loader
Files in lezhnev74/dummy-config-loader
Vendor lezhnev74
Package dummy-config-loader
Short Description This file allows me to lazy load config files and access entries with dot syntax: `database.default.driver`
License MIT
Package dummy-config-loader
Short Description This file allows me to lazy load config files and access entries with dot syntax: `database.default.driver`
License MIT
Please rate this library. Is it a good library?
Informations about the package dummy-config-loader
Usage
You will get mariadb
as $value
if you will place file database.php
in the given folder with contents:
Otherwise you will get mongodb
.
First section of any key addresses the file within the directory. One level of recursion allowed. If no such file found in the folder - exception will be thrown.
Installation
Support
If you need help - feel comfortable to ping me at [email protected]
All versions of dummy-config-loader with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package lezhnev74/dummy-config-loader contains the following files
Loading the files please wait ....