-
Notifications
You must be signed in to change notification settings - Fork 2
Home
saturngod edited this page Feb 13, 2012
·
18 revisions
Ava framework is a PHP framework for PHP developer who want to build websites or RESTful API. Its design for RESTful routing system and to achieve easier than you could if you were writing code from scratch. It provide a libraries and simple logic structure. Its have a two routing system , codeIgniter and sinatra.
Ava is right for you if :
- You want to develope RESTful API.
- You want a framework that requires easy configuration.
- You want a framework does not require command line.
- You want a framework does not require restrictive rules.
- You want a framework does can merge other Class easily.
Ava need
- PHP 5.0 or later
- PDO library
- MySQL 4.1 +
- Installation
- Configuration
- Built-in Library
- Built-in plugin
- Built-in helper
- Create user Library
- Create user Plugin
- Create user helper
- Tutorial