Skip to content
/ Pipit Public

A basic PHP framework for web app development

License

Notifications You must be signed in to change notification settings

TAMULib/Pipit

Repository files navigation

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