HelloWorld Example Project for BitFrame PHP Microframework
This example demonstrates very basic functionality of the BitFrame PHP Microframework to output Hello World!
to the browser.
Simply navigate to the hello_world
project directory in terminal/command line (to the folder where composer.json
resides) and run the following command:
composer install
Make sure you have Composer installed.
Once you’ve installed the required dependency files, point your browser to the hello_world
project’s url (for example: http://localhost/hello_world/public_html/) to see a page that outputs Hello World!
. Remember though, since we’re not using a Router, all pages would display the same output by default.
Please see License File for licensing information.