Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 565 Bytes

getting-started.md

File metadata and controls

16 lines (13 loc) · 565 Bytes
layout title github_name
klein
Getting Started
klein.php
  1. PHP 5.3.x is required
  2. Install Klein using Composer (recommended) or manually
  3. Setup URL rewriting so that all requests are handled by index.php
  4. (Optional) Throw in some APC for good measure

Composer Installation

  1. Get Composer
  2. Require Klein with php composer.phar require klein/klein v2.0.x
  3. Install dependencies with php composer.phar install