PHPackages                             kzorluoglu/chameleon-bash - 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. kzorluoglu/chameleon-bash

ActiveSymfony-bundle[CLI &amp; Console](/categories/cli)

kzorluoglu/chameleon-bash
=========================

A runtime developer console, interactive debugger for Chameleon System 7.1.x

09PHP

Since Feb 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kzorluoglu/chameleon-bash)[ Packagist](https://packagist.org/packages/kzorluoglu/chameleon-bash)[ RSS](/packages/kzorluoglu-chameleon-bash/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

```
composer require kzorluoglu/chameleon-bash:dev-main

```

Add Bundle under registerBundles() in the app/AppKernel.php

```
    public function registerBundles()
    {
        $bundles = array(
            ..
            ...
            ...
            new \kzorluoglu\ChameleonBash\kzorluogluChameleonBashBundle(),
```

### Basic Usage

[](#basic-usage)

A runtime developer console, interactive debugger for Chameleon System 7.1.x

```
[kzorluoglu@devbox customer (⎈ |default:default)]$ app/console chameleon_system:shell

Psy Shell v0.11.12 (PHP 7.4.33 — cli) by Justin Hileman
Chameleon System Shell v0.1.1 Hello
> help
  help       Show a list of commands. Type `help [foo]` for information about [foo].      Aliases: ?
  ls         List local, instance or class variables, methods and constants.              Aliases: dir
  dump       Dump an object or primitive.
  doc        Read the documentation for an object, class, constant, method or property.   Aliases: rtfm, man
  show       Show the code for an object, class, constant, method or property.
  wtf        Show the backtrace of the most recent exception.                             Aliases: last-exception, wtf?
  whereami   Show where you are in the code.
  throw-up   Throw an exception or error out of the Psy Shell.
  timeit     Profiles with a timer.
  trace      Show the current call stack.
  buffer     Show (or clear) the contents of the code input buffer.                       Aliases: buf
  clear      Clear the Psy Shell screen.
  edit       Open an external editor. Afterwards, get produced code in input buffer.
  sudo       Evaluate PHP code, bypassing visibility restrictions.
  history    Show the Psy Shell history.                                                  Aliases: hist
  exit       End the current session and return to caller.                                Aliases: quit, q
...
...

```

ToDo:

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/92786feb56c614427abfb72c0eb159fd7811c7e7f27b19b649abd4082bb62926?d=identicon)[kzorluoglu](/maintainers/kzorluoglu)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kzorluoglu-chameleon-bash/health.svg)

```
[![Health](https://phpackages.com/badges/kzorluoglu-chameleon-bash/health.svg)](https://phpackages.com/packages/kzorluoglu-chameleon-bash)
```

###  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.8M18](/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)
