Skip to content

Getting Started

jpkoontz edited this page Nov 13, 2013 · 6 revisions

In order to write the application using the Cougar Framework, you must have a system with the following:

  • Apache + PHP
  • PHP 5.4 or above
  • APC or APCu if you are using PHP 5.5 (highly recommended)
  • PDO with its associated database driver (the tutorial code uses SQLite for simplicity)
  • A proper installation of the Cougar Framework (cougar.php and Cougar subdirectory must be in PHP's include path)

Go to Step 1. Setup, Hello World

Clone this wiki locally