Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

tombayo/PIPless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PIPless

PIPless is a tiny MVC application framework forked from Gilbert Pellegrom's PIP.

Features

  • Tiny, Simple, and Easy to learn/understand.
  • PHP 7 with strict typing as standard.
  • Select between using mod_rewrite or simply a GET-variable for navigation.
  • By using the latest and most advance OOP-features in PHP, PIPless aims to reduce code repetition and make the framework, along with the applications using it, more maintainable.
  • Includes RedBeanPHP (http://readbeanphp.com) which supports MySQL, MariaDB, PostgreSQL, SQLite and CUBRID.

Requirements

  • PHP 7.0 or greater

Installation

  • Download PIPless and extract.
  • Navigate to application/config/config.php and fill in your base_url. Also set url_rewrite to the appropriate setting.
  • Point your browser to your base_url and hopefully you'll see a welcome message.
  • If you want to use a database just fetch the RedBeanPHP Toolbox using Model::initDB()

Documentation

Visit https://github.com/tombayo/PIPless to see the documentation.

License

PIPless is released using GPLv3.

Please direct all credit to Gilbert Pellegrom and PIP.

About

An even simpler PHP application framework. Based on gilbitron's PIP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%