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(7y ago)0770MITPHP

Since Jul 3Pushed 7y 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 3w 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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

2556d 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

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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