Download the PHP package eclogue/ben without Composer
On this page you can find all versions of the php package eclogue/ben. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ben
ben
Ben is the name of my old buffalo.This project is designed to manage the configuration file.
usage
use Ben\Config;
-
Config::set($key, $val = '')
$key
string or array if $key use.
connection, it will be considered as get value from multi-dimensional arrays by index. For example:if $key is array it will be merged
-
Config::get($key)
$key
string support use.
connector to search multi-dimensional arrays. For example:Config::get('test.foo')
-
load configure file from path
Config::load($path, $defaul = 'default.php')
- support auto load by command line arguments
All versions of ben with dependencies
PHP Build Version
Package Version
Requires
pimple/pimple Version
^3.1
The package eclogue/ben contains the following files
Loading the files please wait ....