PHP code example of surebert / webapp-basic

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

    

surebert / webapp-basic example snippets

bash
curl -s https://getcomposer.org/installer | php
bash
cd /PATH/TO/YOUR/PROJECT/public
php -S 127.0.0.1:9000