PHPackages                             zazalt/konzola - 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. zazalt/konzola

ActiveLibrary

zazalt/konzola
==============

Konzola

0138PHP

Since Mar 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Zazalt/Konzola)[ Packagist](https://packagist.org/packages/zazalt/konzola)[ RSS](/packages/zazalt-konzola/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Konzola
=======

[](#konzola)

[![Build Status](https://camo.githubusercontent.com/cbe471edd6a5d007addbf5343427f72e678b7c172f2b39015ea8e5a6f362261f/68747470733a2f2f7472617669732d63692e6f72672f5a617a616c742f4b6f6e7a6f6c612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Zazalt/Konzola)[![Coverage Status](https://camo.githubusercontent.com/d735abbaa84f7160d0401b87d736107cff16281e2bfef7bae8d9aa289829de7f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f5a617a616c742f4b6f6e7a6f6c612f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Zazalt/Konzola?branch=master)[![Code Climate](https://camo.githubusercontent.com/096ba3e3f7e9d026a47fa274d676b2a003001998a1023c05b288fca815b66f8b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f5a617a616c742f4b6f6e7a6f6c612f6261646765732f6770612e737667)](https://codeclimate.com/github/Zazalt/Konzola)[![Issue Count](https://camo.githubusercontent.com/cef5263eb0e5338f5cfd0b03ab8d03475b3bfdc7727e63bfc2e8790c3c36e662/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f5a617a616c742f4b6f6e7a6f6c612f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/Zazalt/Konzola/issues)[![Total Downloads](https://camo.githubusercontent.com/f272dfc432d234d72baa8ead13da0b0de00b67d6ef05bfd31db64424c847df42/68747470733a2f2f706f7365722e707567782e6f72672f7a617a616c742f6b6f6e7a6f6c612f646f776e6c6f616473)](https://packagist.org/packages/zazalt/konzola/stats)[![Latest Stable Version](https://camo.githubusercontent.com/8cd4b39a7d48fb45d962811d6d5c2e5fbf26da5c0169f1cb4ae64ad63209df48/68747470733a2f2f706f7365722e707567782e6f72672f7a617a616c742f6b6f6e7a6f6c612f762f737461626c65)](https://packagist.org/packages/zazalt/konzola)[![Version](https://camo.githubusercontent.com/acca41dd3b978af99b06f7de6b2765ec07484cb08a028738a88244acada72cad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d626574612d79656c6c6f772e737667)](https://camo.githubusercontent.com/acca41dd3b978af99b06f7de6b2765ec07484cb08a028738a88244acada72cad/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d626574612d79656c6c6f772e737667)

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

[](#requirements)

- php &gt;= 7.1.0

Packagist Dependencies
----------------------

[](#packagist-dependencies)

- None

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

[](#installation)

With composer:

```
{
	"require": {
		"zazalt/konzola": "dev-master"
	}
}
```

Usage
-----

[](#usage)

```
require_once is_dir('../vendor/') ? '../vendor/autoload.php' : 'vendor/autoload.php';

\Zazalt\Konzola\Konzola::text('This is a rainbow.')->rainbow();
```

```
require_once is_dir('../vendor/') ? '../vendor/autoload.php' : 'vendor/autoload.php';

$Konzola = new \Zazalt\Konzola\Konzola();

/**
 * Usage:
 *  php example2.php theCommand -a --b --c lorem -d ipsum
 */
echo 'Given command: '. $Konzola->getCommand() ."\n";
echo '--c argument: '. $Konzola->getArgument('c') ."\n";
echo 'Given arguments: ';
print_r($Konzola->getArguments());
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/22763a2750fcb94bfd6e807d1c0ba1bae6439cb7bb3056816aa096807b3d8255?d=identicon)[Zazalt](/maintainers/Zazalt)

---

Top Contributors

[![Zazalt](https://avatars.githubusercontent.com/u/19550851?v=4)](https://github.com/Zazalt "Zazalt (24 commits)")

### Embed Badge

![Health badge](/badges/zazalt-konzola/health.svg)

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

PHPackages © 2026

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