PHPackages                             roxblnfk/clitube - 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. roxblnfk/clitube

Abandoned → [clitube/clitube](/?search=clitube%2Fclitube)Library[CLI &amp; Console](/categories/cli)

roxblnfk/clitube
================

CliTube is data viewer in console

0.3.4(2y ago)14661[6 issues](https://github.com/clitube/clitube/issues)MITPHPPHP ^8.1

Since Sep 30Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (9)Used By (0)

[![CLI Tube](media/logo.svg)](media/logo.svg)

[![](https://camo.githubusercontent.com/63c6206cb454fc6829f01659c244ad3b3d389fa3748f6caa1726a1b0be9fd68a/68747470733a2f2f706f7365722e707567782e6f72672f636c69747562652f636c69747562652f726571756972652f706870)](https://packagist.org/packages/clitube/clitube)[![](https://camo.githubusercontent.com/7fb41fc92d5b79df666e585cd01058744f5544e3c51506b8e30a8b6a9b686e46/68747470733a2f2f706f7365722e707567782e6f72672f636c69747562652f636c69747562652f76657273696f6e)](https://packagist.org/packages/clitube/clitube)[![](https://camo.githubusercontent.com/06fd08c89685c70bd3d42abe4f7d02eccb3f44df72a241324b9af5ac633e4d31/68747470733a2f2f706f7365722e707567782e6f72672f636c69747562652f636c69747562652f646f776e6c6f616473)](https://packagist.org/packages/clitube/clitube)[![](https://github.com/clitube/clitube/workflows/phpunit/badge.svg)](https://github.com/clitube/clitube/actions)[![](https://camo.githubusercontent.com/d94c2e24633f8df52b0ac0d12aad9bc9cc8724ce123aa2ff3572ee0630e448b0/68747470733a2f2f73686570686572642e6465762f6769746875622f636c69747562652f636c69747562652f636f7665726167652e737667)](https://shepherd.dev/github/clitube/clitube)[![](https://camo.githubusercontent.com/be4b40a68603a9848db0d45b8852c173bd346f51940b50ab894e48e6d30b7ac3/68747470733a2f2f73686570686572642e6465762f6769746875622f636c69747562652f636c69747562652f6c6576656c2e737667)](https://shepherd.dev/github/clitube/clitube)

The package will help you to render paginated tables and any plain text content in a console.

Requirements
------------

[](#requirements)

Make sure that your server is configured with following PHP version and extensions:

- PHP 8.1+

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

[](#installation)

You can install the package via composer:

```
composer require clitube/clitube
```

Examples
--------

[](#examples)

### Paginator Component

[](#paginator-component)

```
$core = (new \CliTube\Core($output))
$core->createComponent(\CliTube\Component\Paginator::class, [
    new MyPaginator(), // Instanceof \CliTube\Data\Paginator
])
$core->run();
```

#### Navigation

[](#navigation)

[![](media/pagination-navigation.gif)](media/pagination-navigation.gif)

#### A wide table scrolling

[](#a-wide-table-scrolling)

[![](media/pagination-scroll-horizontally.gif)](media/pagination-scroll-horizontally.gif)

### Scroll Component

[](#scroll-component)

```
$core = (new \CliTube\Core($output))
$core->createComponent(\CliTube\Component\Scroll::class, [
    'content' => 'Very long text',
    'overwrite' => true,
])
$core->run();
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

Every ~43 days

Recently: every ~73 days

Total

8

Last Release

1018d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/110fa17dca123e71e4ef4132d1d6a66d20058a07fc6118e716dd67dd4316e886?d=identicon)[roxblnfk](/maintainers/roxblnfk)

---

Top Contributors

[![roxblnfk](https://avatars.githubusercontent.com/u/4152481?v=4)](https://github.com/roxblnfk "roxblnfk (41 commits)")[![roquie](https://avatars.githubusercontent.com/u/3214290?v=4)](https://github.com/roquie "roquie (1 commits)")

---

Tags

cliconsolehacktoberfestphpspiralclitube

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/roxblnfk-clitube/health.svg)

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

###  Alternatives

[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[clitube/clitube

CliTube is data viewer in console

146.4k1](/packages/clitube-clitube)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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