Frameworkitto is a PHP framework designed to quickly test and deploy PHP application prototypes.
Frameworkitto is available through Composer:
composer create-project andreimosman/frameworkitto foldername
Please refer to the Composer website for instructions on how to install it on your platform if you don't have it. Alternatively, you may also download Frameworkitto from the releases page and export it to your project's main folder.
Included with Frameworkitto is a sample project showcasing the framework's model-view-controller based structure. Check the files to see functions and features available to use.
If you find any issues with the framework, you can open an issue in the Issues tab or open up a pull request if you want to help contribute to make Frameworkitto more robust.