Kotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.
It's recommended that you use Composer to install Kotori.php.
$ composer require kokororin/kotori-php
Or via git.
$ git clone https://github.com/kokororin/Kotori.php
<?php
# via Composer
require 'vendor/autoload.php';
# via git
# require './Kotori.php';
$app = new Kotori();
$config['APP_PATH'] = './app/';
$app->run();
To execute the test suite, you'll need phpunit.
$ phpunit --configuration phpunit.xml
Licensed under the Apache License, Version 2.0 (the "License").
Learn more at these links: