Skip to content
Devin Smith edited this page Nov 29, 2015 · 37 revisions

Tipsy is an MVW (Model, View, Whatever) PHP framework inspired by AngularJS. It provides a very lightweight, easy to use framework, capable of handling most server-side tasks.


Contents

  1. Getting Started
  2. Installation
  3. The App Object
  4. Config
  5. Routes
  6. Services
  7. User Defined Services
  8. Built in Services
  9. Middleware
  10. Views
  11. Examples
  12. About