PHPackages                             kokororin/kotori-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kokororin/kotori-php

ActiveFramework[Framework](/categories/framework)

kokororin/kotori-php
====================

Tiny PHP Framework.

v4.2.1(4y ago)111604Apache-2.0PHPPHP ^7.3 | ~8.0

Since Jun 29Pushed 4y ago5 watchersCompare

[ Source](https://github.com/kokororin/Kotori.php)[ Packagist](https://packagist.org/packages/kokororin/kotori-php)[ Docs](https://kotori.love)[ RSS](/packages/kokororin-kotori-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (14)Versions (9)Used By (0)

🐦Kotori.php
===========

[](#kotoriphp)

[![Build Status](https://github.com/kokororin/Kotori.php/actions/workflows/ci.yml/badge.svg)](https://github.com/kokororin/Kotori.php/actions/workflows/ci.yml/badge.svg)[![Version](https://camo.githubusercontent.com/e4161fee5d350218881861972cc99237149c2f2a8e5e0a933ff5989c64b0812e/68747470733a2f2f62616467652e667572792e696f2f70682f6b6f6b6f726f72696e2532466b6f746f72692d7068702e737667)](https://packagist.org/packages/kokororin/kotori-php)[![Packagist](https://camo.githubusercontent.com/8266d2235957bdc8a09226542dbe537a0e7983da551951554022bddea8be8d97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6f6b6f726f72696e2f6b6f746f72692d7068702e7376673f6d61784167653d32353932303030)](https://packagist.org/packages/kokororin/kotori-php)[![Minimum PHP Version](https://camo.githubusercontent.com/eed4d5cf01364b115489810f47ed4b33191d997e7ab4014f3daff1c09fbae7d9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e332d3838393242462e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/6056c91dbbc59a4c8523f4420a1b6a63278c01b148278f3a643ea3346c335242/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322d626c75652e737667)](https://github.com/kokororin/Kotori.php/blob/master/LICENSE)[![Code Coverage](https://camo.githubusercontent.com/a3fb8b0cc3e7973750607b9af4a6bcaada631f181fcf23afd5bdb9d02ad01908/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f6b6f726f72696e2f4b6f746f72692e7068702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kokororin/Kotori.php/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0ac70f0a872b1f05c6060f25e1e04514de584eb3d2d9a351b8d608296d63c9b6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6f6b6f726f72696e2f4b6f746f72692e7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kokororin/Kotori.php/?branch=master)

Kotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.

[![](https://camo.githubusercontent.com/9e2db0e03fc560f8f0565315caa979088c20387a9ea701d2ec2a591251e7bd15/68747470733a2f2f6b6f6b6f726f72696e2e6769746875622e696f2f4b6f746f72692e7068702f7372632f4b6f746f72692e6a7067)](https://camo.githubusercontent.com/9e2db0e03fc560f8f0565315caa979088c20387a9ea701d2ec2a591251e7bd15/68747470733a2f2f6b6f6b6f726f72696e2e6769746875622e696f2f4b6f746f72692e7068702f7372632f4b6f746f72692e6a7067)

Installation
------------

[](#installation)

You need [Composer](https://getcomposer.org/) to install Kotori.php.

```
$ composer require kokororin/kotori-php
```

Quick Start
-----------

[](#quick-start)

```
$ composer global require kasumi/kotori-php-cli:dev-master
$ kotori init
$ cd awesome-project
$ kotori serve --port 2333
```

Usage
-----

[](#usage)

```
require __DIR__ . '/../vendor/autoload.php';

$app = new \Kotori\App();

$app->run();
```

Tests
-----

[](#tests)

To execute the test suite, you'll need phpunit.

```
$ composer test
```

LICENSE
-------

[](#license)

Licensed under the Apache License, Version 2.0 (the "License").

Learn More
----------

[](#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
------

[](#thanks)

- [ThinkPHP](https://github.com/top-think/thinkphp)
- [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
- [Typecho](https://github.com/typecho/typecho)

Contributors
------------

[](#contributors)

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

[![](https://avatars0.githubusercontent.com/u/10093992?v=4)
そら](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://avatars0.githubusercontent.com/u/12712012?v=4)
吟夢ちゃん](https://kirainmoe.com/)
[💻](https://github.com/kokororin/Kotori.php/commits?author=kirainmoe "Code") [📖](https://github.com/kokororin/Kotori.php/commits?author=kirainmoe "Documentation")[![](https://avatars2.githubusercontent.com/u/10379210?v=4)
かすみ](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!

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~205 days

Recently: every ~358 days

Total

9

Last Release

1593d ago

PHP version history (4 changes)v4.0.0PHP &gt;=5.4.0

v4.1.0PHP &gt;=5.5.0

v4.2.0PHP &gt;=7.3.0

v4.2.1PHP ^7.3 | ~8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/cd71f08cd141186716bc7747100d69c5bf6195a62f6ed34e4959d383ff74c6f8?d=identicon)[kokororin](/maintainers/kokororin)

---

Top Contributors

[![kokororin](https://avatars.githubusercontent.com/u/10093992?v=4)](https://github.com/kokororin "kokororin (253 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")[![yourlies](https://avatars.githubusercontent.com/u/15213023?v=4)](https://github.com/yourlies "yourlies (1 commits)")

---

Tags

frameworkkotoriphpphp-frameworkapiframeworkmicrorouter

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kokororin-kotori-php/health.svg)

```
[![Health](https://phpackages.com/badges/kokororin-kotori-php/health.svg)](https://phpackages.com/packages/kokororin-kotori-php)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[slim/slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs

12.2k49.9M1.3k](/packages/slim-slim)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
