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
- Host: GitHub
- URL: https://github.com/andreimosman/frameworkitto
- Owner: andreimosman
- Created: 2021-07-24T19:23:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T12:11:35.000Z (almost 5 years ago)
- Last Synced: 2025-05-04T20:19:37.960Z (about 1 year ago)
- Language: PHP
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frameworkitto
**Frameworkitto** is a **PHP framework** designed to quickly test and deploy PHP application prototypes.
[](https://packagist.org/packages/andreimosman/frameworkitto)
[](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.