PHPackages                             comphp/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. [CLI &amp; Console](/categories/cli)
4. /
5. comphp/console

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

comphp/console
==============

Console executive, command, and terminal tooling support for PHP applications.

0.3(3w ago)01MITPHPPHP ^8.5

Since May 17Pushed 3w agoCompare

[ Source](https://github.com/commonphp/console)[ Packagist](https://packagist.org/packages/comphp/console)[ RSS](/packages/comphp-console/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

CommonPHP Console
=================

[](#commonphp-console)

CommonPHP Console provides command-line execution support for CommonPHP applications. It defines the console executive, command structure, input/output handling, and terminal-oriented runtime integration.

The package is intended for CLI tools, maintenance commands, diagnostics, workers, and developer utilities that run through the CommonPHP runtime model.

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

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`

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

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/console
```

Usage
-----

[](#usage)

```
