PHP code example of jijihohococo / php-env

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

    

jijihohococo / php-env example snippets



composer 


use JiJiHoHoCoCo\PHPENV\ENV;

ENV::set('file_path');



gete('APP_NAME');

txt

APP_NAME=test
DB_NAME=mysql