PHPackages                             technodelight/php-cli-editor-input - 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. technodelight/php-cli-editor-input

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

technodelight/php-cli-editor-input
==================================

Small and simple intermediate layer between console editors (like vim) and your PHP console application

1.0(6y ago)0685MITPHP

Since Jul 3Pushed 6y agoCompare

[ Source](https://github.com/technodelight/php-cli-editor-input)[ Packagist](https://packagist.org/packages/technodelight/php-cli-editor-input)[ RSS](/packages/technodelight-php-cli-editor-input/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

php-cli-editor-input
====================

[](#php-cli-editor-input)

Small and simple intermediate layer between console editors (like vim) and your PHP console application

Usage
-----

[](#usage)

```
use Technodelight\CliEditorInput\AdaptableFactoryWithPreference;

$editor = AdaptableFactoryWithPreference::build('vim');
$title = 'Title will be a commented out section as first line in the editor';
$content = 'Initial content, which can be edited';
$content = $editor->edit($title, $content, $stripComments = true);
// $content will contain all lines read back from the editor, excluding commented out lines
// each line starting with # is considered as comment (regex '/^#/')

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77a47c8d32780e9a7a8aadd58e7b7f835913edb7fdffd7b009a7b2be6a63283e?d=identicon)[technodelight](/maintainers/technodelight)

---

Top Contributors

[![technodelight](https://avatars.githubusercontent.com/u/1817035?v=4)](https://github.com/technodelight "technodelight (1 commits)")

---

Tags

cliphpvim

### Embed Badge

![Health badge](/badges/technodelight-php-cli-editor-input/health.svg)

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

###  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)
