PHPackages                             alesinicio/clicommand - 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. alesinicio/clicommand

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

alesinicio/clicommand
=====================

1.0.0(2y ago)05PHPPHP ~8.1

Since Jan 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alesinicio/clicommand)[ Packagist](https://packagist.org/packages/alesinicio/clicommand)[ RSS](/packages/alesinicio-clicommand/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

CLI Command
===========

[](#cli-command)

This repo allows you to create CLI commands/handlers for your application.

It's rather easy: create classes that implement the `Alesinicio\CLICommand\Commands\CLICommandInterface`, register a command that binds to that class and voila!

Example
=======

[](#example)

```
//Hello.php
