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 2333
require __DIR__ . '/../vendor/autoload.php';
$app = new \Kotori\App();
$app->run();
To execute the test suite, you'll need phpunit.
$ composer test
Licensed 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!