Yet Another Framework
PHP 5.3 and up
Create a directory in your localhost folder and clone this project
Just download the source file from Github copy and paste into your localhost folder
composer create-project f/framework-f
Now open your .htaccess file on root folder and change all 'framework-f' words with your directory name
Now before start the party, open your command and open your root folder then type
composer install
if the process is success you will see a vendor folder under the public folder
Open your project on your web browser http://localhost/your_directory
if you see the framework f welcome message then you had succesfully installed framework f :)