PHPackages                             ozziest/consozzy - 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. ozziest/consozzy

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

ozziest/consozzy
================

Simple console core for php console applications.

2.0.1(11y ago)421MITPHPPHP &gt;=5.4.0

Since Mar 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ozziest/consozzy)[ Packagist](https://packagist.org/packages/ozziest/consozzy)[ RSS](/packages/ozziest-consozzy/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Consozzy
========

[](#consozzy)

Consozzy is a simple console library for your console applications. It has got simple router for your library and class.

Warning
-------

[](#warning)

This package is developed for just practice. I don't recommend for your real applications. You can use [symfony/console](http://symfony.com/doc/current/components/console/introduction.html) package.

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

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
    "require": {
        "ozziest/consozzy": "2.*",
    }
}
```

```
$ composer install
```

### Usage

[](#usage)

```
$ php console publisher:library:command:method
```

### Custom Commands

[](#custom-commands)

```
namespace Publisher\Library;

class Mycommand {

    use \Ozziest\Consozzy\Screen;

    public function operation()
    {
        $this->write('This is a command on based the consozzy.');
    }

}
```

```
$ php console publisher:library:mycommand:operation

```

### Screen Trait

[](#screen-trait)

You can use methods of screen;

- `write($text, $color)`
- `writeln($text, $color)`
- `prompt()`

### Sample Command Ready

[](#sample-command-ready)

```
class Mycommand {

    use \Ozziest\Consozzy\Screen;

    public function operation()
    {
        $command = readline($this->prompt());
    }

}
```

### Core Commands

[](#core-commands)

- `exit`

### Colors

[](#colors)

- `black`
- `blue`
- `green`
- `cyan`
- `red`
- `purple`
- `brown`
- `yellow`
- `white`

### License

[](#license)

[MIT](http://opensource.org/licenses/MIT)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

4263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2facdc256fbb7fd57510c101c009d6adb6f5cdf07ec7c5a304d30520e78c1357?d=identicon)[ozziest](/maintainers/ozziest)

---

Top Contributors

[![ozziest](https://avatars.githubusercontent.com/u/2325140?v=4)](https://github.com/ozziest "ozziest (32 commits)")

---

Tags

phpconsolecore

### Embed Badge

![Health badge](/badges/ozziest-consozzy/health.svg)

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

###  Alternatives

[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k271.5M381](/packages/nunomaduro-termwind)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2592.3M13](/packages/nunomaduro-laravel-console-task)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)[php-school/learn-you-php

An introduction to PHP's core features: i/o, http, arrays, exceptions and so on.

3202.0k](/packages/php-school-learn-you-php)[alecrabbit/php-cli-snake

Lightweight cli spinner with zero dependencies

29216.7k5](/packages/alecrabbit-php-cli-snake)

PHPackages © 2026

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