PHP code example of fernandothedev / setup-php

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

    

fernandothedev / setup-php example snippets


use Fernando\Setup\Parser;


$setup = new Parser();
$setup->run(__DIR__);

// Exemplo de uso
echo $_SETUP['DEV'];
bash
composer 
bash
git clone https://github.com/fernandothedev/setup-php