PHPackages                             mufuphlex/cplt - 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. mufuphlex/cplt

ActiveLibrary

mufuphlex/cplt
==============

0.2.0(9y ago)27[1 issues](https://github.com/Mufuphlex/cplt/issues)GPL-3.0PHPPHP &gt;=5.3

Since Apr 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Mufuphlex/cplt)[ Packagist](https://packagist.org/packages/mufuphlex/cplt)[ RSS](/packages/mufuphlex-cplt/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

mufuphlex cplt
==============

[](#mufuphlex-cplt)

[![Build Status](https://camo.githubusercontent.com/7adde2e985934eff2e489389f76bd58481faba96e721c9eaaff8781628871dc2/68747470733a2f2f7472617669732d63692e6f72672f4d75667570686c65782f63706c742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Mufuphlex/cplt)[![Latest Stable Version](https://camo.githubusercontent.com/80e51f56765e7c2e230f56c874f13836f1275c90f82145dfed49093c900a2051/68747470733a2f2f706f7365722e707567782e6f72672f6d75667570686c65782f63706c742f762f737461626c65)](https://packagist.org/packages/mufuphlex/cplt)[![License](https://camo.githubusercontent.com/5aa34ee5d4ceedb9d021637a4fab9358ef18f346d7fcdd1e6dfa639643726c39/68747470733a2f2f706f7365722e707567782e6f72672f6d75667570686c65782f63706c742f6c6963656e7365)](https://packagist.org/packages/mufuphlex/cplt)

Lightweight autocomplete container. Default interaction is implemented via sockets.

Usage demo
----------

[](#usage-demo)

#### Prerequisites:

[](#prerequisites)

- `php` is installed and available as `cli` command
- `composer` is available globaly
- port `7082` is not used

#### Steps:

[](#steps)

```
wget https://github.com/Mufuphlex/cplt/archive/master.zip
unzip master.zip
cd cplt-master
composer install --no-dev
cd demo
php initiator.php 1>cplt.log 2>cplt.log &
php requester.php 'sta'
```

Output will be like the following:

```
array(3) {
  'r' =>
  array(5) {
    [0] =>
    string(7) "started"
    [1] =>
    string(8) "standing"
    [2] =>
    string(6) "stairs"
    [3] =>
    string(9) "staggered"
    [4] =>
    string(5) "state"
  }
  'e' =>
  NULL
  'p' =>
  string(36) "sta	5	0	0.0003509521484375	1 408 304"
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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 ~38 days

Total

5

Last Release

3529d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b57fd7e929017fbdb799019b67b2254fb426154c2299c5ee852cf2713538782?d=identicon)[AlexMiroshnikov](/maintainers/AlexMiroshnikov)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mufuphlex-cplt/health.svg)

```
[![Health](https://phpackages.com/badges/mufuphlex-cplt/health.svg)](https://phpackages.com/packages/mufuphlex-cplt)
```

PHPackages © 2026

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