Skip to content

dushankw/PIP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PIP

PIP is a tiny application framework built for people who use a LAMP stack. PIP aims to be as simple as possible to setup and use.

This is Dushan's fork which features:

  • Security fix for a Local File Inclusion (credit LB)
  • Removal of redundant/legacy code
  • Cleanup of directory structure
  • Upgraded database handling (using PDO)
  • Various minor upgrades

Visit http://gilbitron.github.com/PIP for more information and documentation.

Requirements

  • A recent version of PHP (with PDO support)
  • A recent version of MySQL or MariaDB
  • A recent version of Apache with mod_rewrite and htaccess enabled (or another compatible web server such as Nginx)

Installation

  • Download PIP and extract to your web root
  • Navigate to system/ and edit db.php, config.php and controllers.php as needed
  • Point your browser to your base_url

License

PIP is released under the MIT license.

Credit to original author http://gilbitron.github.com/PIP

About

A tiny PHP application framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.8%
  • ApacheConf 2.8%
  • CSS 0.4%