A tiny PHP application framework. http://gilbitron.github.com/PIP/
PIP is a tiny application framework built for people who use a LAMP stack. PIP aims to be as simple as possible to set up and use.
Visit http://gilbitron.github.com/PIP for more information and documentation.
Requirements
- PHP 5.1 or greater
- MySQL 4.1.2 or greater
- The mod_rewrite Apache module
Installation
- Download PIP and extract
- Navigate to
application/config/config.php
and fill in yourbase_url
- You are ready to rock! Point your browser to your
base_url
and hopefully see a welcome message.
Documentation
Visit http://gilbitron.github.com/PIP to see the documentation.
from https://github.com/gilbitron/PIP