PHP code example of bztsrc / phppe3

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

    

bztsrc / phppe3 example snippets

 sh
    $ curl https://raw.githubusercontent.com/bztsrc/phppe3/master/public/index.php >public/index.php
    
 sh
    $ sudo php public/index.php --diag
    
 sh
    $ curl https://bztsrc.github.io/phppe3/phppe3_core.tgz | tar -xz -C vendor/phppe/Core && sudo php public/index.php --diag