Kotori.php
v4.2.1
Kotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.
You need Composer to install Kotori.php.
$ composer require kokororin/kotori-php$ composer global require kasumi/kotori-php-cli:dev-master
$ kotori init
$ cd awesome-project
$ kotori serve --port 2333require __DIR__ . '/../vendor/autoload.php';
$app = new KotoriApp();
$app->run();To execute the test suite, you'll need phpunit.
$ composer testLicensed under the Apache License, Version 2.0 (the "License").
Learn more at these links:
Thanks goes to these wonderful people (emoji key):
そら ? |
吟夢ちゃん |
かすみ ? |
|---|
This project follows the all-contributors specification. Contributions of any kind welcome!