PHPackages                             mitsuki/commands - 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. mitsuki/commands

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

mitsuki/commands
================

A powerful command-line interface library for the Mitsuki framework.

v1.0.0(2mo ago)15—0%2MITPHPPHP &gt;=8.2

Since Mar 9Pushed 2mo agoCompare

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

READMEChangelogDependencies (3)Versions (2)Used By (2)

⚡ Mitsuki Commands
==================

[](#-mitsuki-commands)

**Mitsuki Commands** is the dedicated CLI (Command Line Interface) engine for the Mitsuki Framework. Built on top of Symfony components, it provides an elegant and robust interface to manage your development tasks, featuring a built-in development server.

---

🚀 Key Features
--------------

[](#-key-features)

- **Stylized Console**: Custom ASCII branding for a premium developer experience.
- **Built-in Dev Server**: Easily launch your Mitsuki application with routing support via a single command.
- **Extensible Architecture**: Seamlessly register custom commands to automate your workflow.
- **Process Management**: Uses `proc_open` for stable and controllable server execution.

---

🛠 Installation
--------------

[](#-installation)

Install the package via Composer:

```
composer require mitsuki/commands
```

---

📖 Usage
-------

[](#-usage)

### 1. Create the Entry Point

[](#1-create-the-entry-point)

Create a file named `mitsuki` (no extension) in your project root:

```
#!/usr/bin/env php
