Skip to content
Al Trevino edited this page Jun 14, 2014 · 3 revisions

Cougar Documentation

Welcome to Cougar! Cougar is a framework for PHP that allows you to build and document REST APIs quickly. Cougar is object-oriented and is designed to augment your application, not control it. It is not an MVC framework and does not dictate any particular architecture, class hierarchy or file structure.

In these pages we are documenting the entire framework. It is a slow process but we hope to make good progress.

Table of Contents

  1. Introduction
    1. Getting help
    2. Tutorials
  2. Framework References
    1. Autoload
    2. Cache
    3. Exceptions
    4. Model
    5. PDO
    6. RestClient
    7. RestService
    8. Security
    9. Util
  3. Annotation Reference
    1. RestService
    2. Model
      1. PdoModel
      2. WsModel
Clone this wiki locally