PHP code example of jtet / miniconfig

1. Go to this page and download the library: Download jtet/miniconfig 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/ */

    

jtet / miniconfig example snippets

  
$c = new \JTet\Mini\Config("config.yml");
echo $c->db_user;