PHP code example of ytake / psr-container-hhi

1. Go to this page and download the library: Download ytake/psr-container-hhi 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/ */

    

ytake / psr-container-hhi example snippets

bash
$ hhvm --php $(which composer) 
bash
$ hhvm --php $(which composer) update;
# or
$ hhvm --php $(which composer) install;