PHP code example of whagency / php-cli-framework

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

    

whagency / php-cli-framework example snippets


php composer.phar create-project --prefer-dist whagency/php-cli-framework php-cli-framework

cd php-cli-framework