This is a fork of PIP upgraded with modern features.
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.
- PHP 7.1 or greater
- MySQL 4.1.2 or greater
- The mod_rewrite Apache module
- Download PIP and extract
- Navigate to
src/Application/config/config.phpand fill in yourbase_url - You are ready to rock! Point your browser to your
base_urland hopefully see a welcome message.
PIP is released under the MIT license.