PHPackages                             wintersilence/kohana-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. wintersilence/kohana-cli

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

wintersilence/kohana-cli
========================

The Kohana module for work in CLI

591PHP

Since Mar 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/WinterSilence/kohana-cli)[ Packagist](https://packagist.org/packages/wintersilence/kohana-cli)[ RSS](/packages/wintersilence-kohana-cli/feed)WikiDiscussions 3.3/master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

Kohana CLI module
=================

[](#kohana-cli-module)

CLI module for Kohana framework 3.x.

Install
-------

[](#install)

Replace `minion` module in `DOCROOT/index.php`

```
if (PHP_SAPI == 'cli')  {
  // replace this
}
```

to

```
// Check whether the module is connected
class_exists('CLI') || die('Please enable the `CLI` module.');
// Change exception handler
set_exception_handler(['CLI_Exception', 'handler']);

// Set CLI options
ignore_user_abort(TRUE);
ini_set('cli_server.color', 'on');

// Create and execute the main/initial task
CLI_Tasker::factory(CLI::option('task'), CLI::option())->execute();
```

Use `./cli` and `./cli_daemon` to call CLI tasks in Linux.

For more information about usage, see `guide`.

Features
--------

[](#features)

- Clean and documented code
- Fix memory leaks and incorrect output
- Scaffold task

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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://www.gravatar.com/avatar/6b7385f9040eee61c297611b321986a41b05143748df3445672fb336bc276707?d=identicon)[WinterSilence](/maintainers/WinterSilence)

---

Top Contributors

[![WinterSilence](https://avatars.githubusercontent.com/u/3521094?v=4)](https://github.com/WinterSilence "WinterSilence (6 commits)")

### Embed Badge

![Health badge](/badges/wintersilence-kohana-cli/health.svg)

```
[![Health](https://phpackages.com/badges/wintersilence-kohana-cli/health.svg)](https://phpackages.com/packages/wintersilence-kohana-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

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

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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