attwframework / framework
It is a MVC micro-framework for PHP 5.3+
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2025-01-16 04:54:18 UTC
README
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 - gamjj74@hotmail.com - Facebook - Twitter ##License MIT License