PHP code example of fsth / framework

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

    

fsth / framework example snippets


bin/server run|start|stop|restart config/server.php

cp config/server.php.example config/server.php
bin/server start config/server.php 

cp config/multi-server.php.example config/multi-server.php
bin/server start config/multi-server.php