PHPackages                             kasumi/kotori-php-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. kasumi/kotori-php-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

kasumi/kotori-php-cli
=====================

A Command-Line-Interface tool for the PHP framework Kotori.php

029PHP

Since Aug 12Pushed 8y ago3 watchersCompare

[ Source](https://github.com/kasumi9863/kotori-php-cli)[ Packagist](https://packagist.org/packages/kasumi/kotori-php-cli)[ RSS](/packages/kasumi-kotori-php-cli/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kotori PHP CLI
==============

[](#kotori-php-cli)

Just a simple CLI scffold tool for the PHP framework Kotori.php, you can use it for scaffolding Kotori.php projects.

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

[](#installation)

Kotori.php CLI requires PHP(&gt;=5.5) and composer installed on your environment.

```
$ composer global require kasumi/kotori-php-cli:dev-master
```

Make sure that you have added composer global vendor bin directory to your **PATH**.

Let's take Linux for example:

```
$ export PATH="$HOME/.composer/vendor/bin:$PATH"
```

Usage
-----

[](#usage)

```
$ kotori  [arg1] [arg2]...
```

Here are some examples:

```
# initialize a pure Kotori.php project
$ kotori init
$ kotori i vendor/name

# modify config
$ kotori config

# generate a pure controller/model named Hello
$ kotori generate controller Hello
$ kotori g model Hello

# start a dev server on localhost:8000
$ kotori serve --port 8000

# import or export database
$ kotori db export db_instance_name ./db.sql
$ kotori db import db_instance_name ./db.sql
```

Other commands and detailed usage can be found by executing `kotori help` command.

License
-------

[](#license)

Apache v2

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48014821?v=4)[kasumi](/maintainers/kasumi)[@Kasumi](https://github.com/Kasumi)

---

Top Contributors

[![kasumi9863](https://avatars.githubusercontent.com/u/10379210?v=4)](https://github.com/kasumi9863 "kasumi9863 (8 commits)")

### Embed Badge

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

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

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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