PHP code example of kukharenko / env-manager

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

    

kukharenko / env-manager example snippets

bash
echo $PATH
bash
php er
er
bash
php er --project=ua
er ua
bash
php er --project=ua --service=case-service
er ua case-service
bash
php er --projects=case-service --restore=true
er --projects=case-service --restore=true
sh
php er --project=test