layout | title | github_name |
---|---|---|
klein |
Getting Started |
klein.php |
- PHP 5.3.x is required
- Install Klein using Composer (recommended) or manually
- Setup URL rewriting so that all requests are handled by index.php
- (Optional) Throw in some APC for good measure
- Get Composer
- Require Klein with
php composer.phar require klein/klein v2.0.x
- Install dependencies with
php composer.phar install