Simply PHP is open soruce. The source code of the framework is available at github, press download to download the frameworks source code.
Download Source Code
Simply PHP can be install using composer. If you dont have composer please follow this instruction:
NOTE: PROCEED to Step two if you already have composer installed.
Create a Simply-PHP project using composer. Open your terminal or cmd and type: (without $)
$ composer create-project reyjhon/simple-php MyProjectName
Navigate to project folder DIR to start working
$ cd MyProjectName
PHP-simple doesn't need a real web server to run when in development(experimental).
run this command to serve your project.
$ php cli serve
or define host and port:
$ php cli serve 127.0.0.1 port=8000
Below is the Simply-php directory structure