WARNING: This package is under active development, and shouldn't be used at production!
Kdyby Framework requires PHP 5.3.2 with PDO or higher.
The best way to install Kdyby Framework is using Composer:
curl -s http://getcomposer.org/installer | php
php composer.phar create-project kdyby/sandbox myApp
cd myApp
Make directories temp
and log
writable. Navigate your browser
to the www
directory and you will see a welcome page.
Kdyby Framework: homepage http://www.kdyby.org and repository http://github.com/kdyby/framework. Sandbox, pre-packaged and configured project: http://github.com/kdyby/sandbox