PHP code example of jiny / config
1. Go to this page and download the library: Download jiny/config library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jiny / config example snippets
\Jiny\Config::instance()
\jiny\conf("값.값.값");
conf("키.키.키", "값");
$Config = \jiny\conf();
$Config->data("ENV.path.conf");