https://github.com/kokororin/kotori.php
A Tiny Model-View-Controller(MVC) PHP Framework
https://github.com/kokororin/kotori.php
framework kotori php php-framework
Last synced: about 1 year ago
JSON representation
A Tiny Model-View-Controller(MVC) PHP Framework
- Host: GitHub
- URL: https://github.com/kokororin/kotori.php
- Owner: kokororin
- License: apache-2.0
- Created: 2015-08-11T06:46:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T02:07:58.000Z (about 4 years ago)
- Last Synced: 2025-03-18T18:44:29.412Z (about 1 year ago)
- Topics: framework, kotori, php, php-framework
- Language: PHP
- Homepage:
- Size: 5.44 MB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π¦Kotori.php

[](https://packagist.org/packages/kokororin/kotori-php)
[](https://packagist.org/packages/kokororin/kotori-php)
[](https://php.net/)
[](https://github.com/kokororin/Kotori.php/blob/master/LICENSE)
[](https://scrutinizer-ci.com/g/kokororin/Kotori.php/?branch=master)
[](https://scrutinizer-ci.com/g/kokororin/Kotori.php/?branch=master)
Kotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.

## Installation
You need [Composer](https://getcomposer.org/) to install Kotori.php.
```bash
$ composer require kokororin/kotori-php
```
## Quick Start
```bash
$ composer global require kasumi/kotori-php-cli:dev-master
$ kotori init
$ cd awesome-project
$ kotori serve --port 2333
```
## Usage
```php
require __DIR__ . '/../vendor/autoload.php';
$app = new \Kotori\App();
$app->run();
```
## Tests
To execute the test suite, you'll need phpunit.
```bash
$ composer test
```
## LICENSE
Licensed under the Apache License, Version 2.0 (the "License").
## Learn More
Learn more at these links:
- [Website](https://kotori.love/archives/kotori-php-framework.html)
- [Documentation](https://github.com/kokororin/Kotori.php/wiki)
- [CLI tool](https://github.com/kasumi9863/kotori-php-cli)
## Thanks
- [ThinkPHP](https://github.com/top-think/thinkphp)
- [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
- [Typecho](https://github.com/typecho/typecho)
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
γγ](http://kokororin.github.io)
[π»](https://github.com/kokororin/Kotori.php/commits?author=kokororin "Code") [π](https://github.com/kokororin/Kotori.php/commits?author=kokororin "Documentation") [π€](#ideas-kokororin "Ideas, Planning, & Feedback") [β οΈ](https://github.com/kokororin/Kotori.php/commits?author=kokororin "Tests") | [
εε€’γ‘γγ](https://kirainmoe.com/)
[π»](https://github.com/kokororin/Kotori.php/commits?author=kirainmoe "Code") [π](https://github.com/kokororin/Kotori.php/commits?author=kirainmoe "Documentation") | [
γγγΏ](https://github.com/kasumi9863)
[π§](#tool-kasumi9863 "Tools") |
| :---: | :---: | :---: |
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!