PHP code example of iaaron / my-composer-demo

1. Go to this page and download the library: Download iaaron/my-composer-demo 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/ */

    

iaaron / my-composer-demo example snippets


use Aaron\Composer\Demo\Say;

echo Say::HelloAaron();

// output:   HelleAaron