PHPackages                             pixaye/commando - 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. pixaye/commando

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

pixaye/commando
===============

Command pattern implementation

10PHP

Since Jan 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pixaye/commando)[ Packagist](https://packagist.org/packages/pixaye/commando)[ RSS](/packages/pixaye-commando/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Commando
========

[](#commando)

Commando is a simple implementation of `Command` pattern. It gives you simple to make your application more flexible and expandable.

Contents
--------

[](#contents)

- [Requirments](https://github.com/pixaye/commando#requirments)
- [Installation](https://github.com/pixaye/commando#installation)
- [Usage](https://github.com/pixaye/commando#usage)

Requirments
-----------

[](#requirments)

The only requirement for now is a **PHP 7.1+**

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

[](#installation)

The easiest way of installation is an installtion via composer:

```
composer require pixaye/commando

```

Usage
-----

[](#usage)

First of all, you should initialize and store **CommandBus** object

```
