An open API service indexing awesome lists of open source software.

https://github.com/andreimosman/frameworkitto

Simple PHP framework focused on quick prototyping
https://github.com/andreimosman/frameworkitto

Last synced: 5 months ago
JSON representation

Simple PHP framework focused on quick prototyping

Awesome Lists containing this project

README

          

# Frameworkitto

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

[![Latest Stable Version](https://img.shields.io/packagist/v/andreimosman/frameworkitto.svg?style=flat-square)](https://packagist.org/packages/andreimosman/frameworkitto)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.3-8892BF.svg?style=flat-square)](https://php.net/)

## Installation

Frameworkitto is available through [Composer](https://getcomposer.org/):
```
composer create-project andreimosman/frameworkitto foldername
```
Please refer to the [Composer](https://getcomposer.org/) 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](https://github.com/andreimosman/frameworkitto/releases) 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.