Download the PHP package minphp/configure without Composer
On this page you can find all versions of the php package minphp/configure. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download minphp/configure
More information about minphp/configure
Files in minphp/configure
Download minphp/configure
More information about minphp/configure
Files in minphp/configure
Vendor minphp
Package configure
Short Description Generic Configuration Library
License MIT
Homepage http://github.com/phillipsdata/minphp-configure
Package configure
Short Description Generic Configuration Library
License MIT
Homepage http://github.com/phillipsdata/minphp-configure
Please rate this library. Is it a good library?
Informations about the package configure
Minphp/Configure
A generic configuration library for getting and setting values for keys.
Installation
Install via composer:
Basic Usage
Supported Actions
-
- Add or update a value in the config
-
- Get a value from the config
-
- Find if a key is set in the config
-
- Remove a key from the config
Using Config Files
Configure currently supports the following formats:
- PHP (a file that returns an array or object supported by \ArrayIterator)
- JSON
config.php
config.json
usage.php
Note: Configure won't mess with your data. JSON objects are returned as actual objects, not hashes.
A literal translation of the above config.json file would be:
All versions of configure with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package minphp/configure contains the following files
Loading the files please wait ....