Download the PHP package php-strict/config without Composer
On this page you can find all versions of the php package php-strict/config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-strict/config
More information about php-strict/config
Files in php-strict/config
Download php-strict/config
More information about php-strict/config
Files in php-strict/config
Vendor php-strict
Package config
Short Description Storage and loader for configuration object.
License GPL-2.0-or-later
Homepage https://github.com/php-strict/config
Package config
Short Description Storage and loader for configuration object.
License GPL-2.0-or-later
Homepage https://github.com/php-strict/config
Please rate this library. Is it a good library?
Informations about the package config
Config
Storage and loader for configuration object. Allows be initialised with defaults and load saved configuration from PHP, INI, JSON file.
Requirements
- PHP >= 7.1
Install
Install with Composer:
Usage
Define your own application configuration class by extending Config class:
Example of configuration file content:
Create and fill your configuration object with data from saved configuration file:
Use configuration object fields directly on demand:
Get subconfig by fields prefix:
Tests
To execute the test suite, you'll need Codeception.
All versions of config with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
The package php-strict/config contains the following files
Loading the files please wait ....