PHP code example of infernusophiuchus / porter

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

    

infernusophiuchus / porter example snippets


#!/usr/bin/env php

/**
 * Porter CLI implementation
 */
use Infernusophiuchus\Porter\Entrance as Porter;
use Infernusophiuchus\Porter\Exceptions\EntranceException;

// Special autoloader for avoid loading other packages if you do not need it,
// otherwise you can plug Porter via Composer autoloader.