AttwFramework is a MVC micro framework to simple projects developments.
##Install ###Composer install
- To download the composer, click here.
- Package:
{
"require": {
"attwframework/framework": "dev-master"
}
}
###Clone the repository
Run this code on terminal to clone the repository:
$ git clone https://github.com/AttwFramework/framework.git
###Download zip file Click here to download the zip file.
##Application
To get the application skeleton, clone this repository:
$ git clone https://github.com/AttwFramework/app.git
or click here to download the zip file.
or create a ready application via composer:
php composer.phar create-project -s dev attwframework/app [application_name]
#About ##Author Gabriel Jacinto - [email protected] - Facebook - Twitter ##License MIT License