attwframework/framework

It is a MVC micro-framework for PHP 5.3+

dev-master 2014-10-17 13:46 UTC

This package is auto-updated.

Last update: 2024-04-16 03:00:53 UTC


README

Total Downloads Latest Unstable Version License Quality

AttwFramework is a MVC micro framework to simple projects developments.

##Install ###Composer install

  1. To download the composer, click here.
  2. 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 - gamjj74@hotmail.com - Facebook - Twitter ##License MIT License