Skip to content
Devin Smith edited this page Dec 2, 2015 · 37 revisions

Tipsy is an MVW (Model, View, Whatever) PHP micro framework inspired by AngularJS. It provides a very lightweight, easy to use interface for websites, rest apis, and dependency injection.


Contents

  1. Contents
  2. Getting Started
  3. Server Config
  4. Installation
  5. App
  6. Config
  7. Routes
  8. Aliases
  9. Dependency Injection
  10. Services
  11. User Defined Services
  12. Built in Services
  13. Middleware
  14. Views
  15. PHTML
  16. Examples
  17. About