andreimosman/frameworkitto

Rapid Prototyping MVC Framework for PHP

v0.1.3 2021-07-30 12:10 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:24 UTC


README

Frameworkitto is a PHP framework designed to quickly test and deploy PHP application prototypes.

Latest Stable Version Minimum PHP Version

Installation

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.

Basic usage

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.

Contribute

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.