-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Htain Lin Shwe edited this page Mar 8, 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 a framework to develop 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 +