Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 510 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 510 Bytes

Pipit

A basic PHP framework for web app development

Seed App Implementation (Start Here)

https://github.com/TAMULib/Pipit-Seed

API Documentation

https://tamulib.github.io/Pipit/api-docs/

Features

  • MVC driven design
  • Database abstraction layer utilizing PDO and a Repository model
  • Full support for MYSQL, improved support for MSSQL
  • Built in Bootstrap, HTML and JSON view renderers with easy extensibility
  • User session management, including admin authorization
  • CAS support
  • LDAP Utility