PHPackages                             zonuexe/psysh-hoa-console - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zonuexe/psysh-hoa-console

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

zonuexe/psysh-hoa-console
=========================

PsySH using Hoa\\Console readline library.

0.0.4(9y ago)1334MPL-2.0PHP

Since Apr 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/BaguettePHP/psysh-hoa-console)[ Packagist](https://packagist.org/packages/zonuexe/psysh-hoa-console)[ RSS](/packages/zonuexe-psysh-hoa-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

PsySH Hoa\\Consle
=================

[](#psysh-hoaconsle)

[PsySH](http://psysh.org/) with pure PHP readline support from [Hoa\\Console](https://github.com/hoaproject/Console).

Notice
------

[](#notice)

**This project will be abandoned in the future (after `psy/psysh` next major release).**

You can use this package in `psy/psysh:0.7.2` or *earlier*.

This code is integrated into PsySH. ([Pull Request #300 · bobthecow/psysh](https://github.com/bobthecow/psysh/pull/300) is merged.)

Setup
-----

[](#setup)

### Composer

[](#composer)

Get [Composer](https://getcomposer.org/).

### Global Install

[](#global-install)

`composer require global require zonuexe/psysh-hoa-console`

### Project REPL

[](#project-repl)

`cd /path/to/your/project; composer require zonuexe/psysh-hoa-console`

Put snippet into your private REPL code.

```
use Psy\Readline\GNUReadline;
use Psy\Readline\Libedit;
use zonuexe\Psy\Readline\HoaConsoleAdapter;

$is_dumb = !isset($_ENV['TERM']) || ($_ENV['TERM'] === 'dumb');
$config = new \Psy\Configuration;

if (!$is_dump && !GNUReadline::isSupported() && !Libedit::isSupported()) {
    $config->setReadline(new HoaConsoleAdapter);
}

$sh = new \Psy\Shell($config);
$sh->run();
```

See [PHPを「シェル化」する \[psy/psysh\] - 超PHPerになろう](http://cho-phper.hateblo.jp/entry/2015/11/10/031000) (in Japanese)

Copyright
---------

[](#copyright)

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at .

> PsySH Hoa\\Consle - Interactive shell using pure PHP readline (c) copyright 2016 USAMI Kenta

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Every ~103 days

Total

4

Last Release

3359d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1cc4bc1729b858086681a12494fda6cced8f26db3d0928ae4d81c68ddf8dc06?d=identicon)[zonuexe](/maintainers/zonuexe)

---

Top Contributors

[![zonuexe](https://avatars.githubusercontent.com/u/822086?v=4)](https://github.com/zonuexe "zonuexe (12 commits)")

---

Tags

phprepl

### Embed Badge

![Health badge](/badges/zonuexe-psysh-hoa-console/health.svg)

```
[![Health](https://phpackages.com/badges/zonuexe-psysh-hoa-console/health.svg)](https://phpackages.com/packages/zonuexe-psysh-hoa-console)
```

###  Alternatives

[roach-php/core

A complete web scraping toolkit for PHP

1.5k352.4k3](/packages/roach-php-core)[uma/composer-psysh

No-frills PsySH-Composer plugin

183.2k](/packages/uma-composer-psysh)[rabrennie/jupyter-php-kernel

PHP Kernel for Jupyter Notebooks

321.1k](/packages/rabrennie-jupyter-php-kernel)

PHPackages © 2026

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