Skip to content

newclass-pl/impero

Repository files navigation

README

license PHP 5.6+

What is Impero?

Impero is command line manager.

Installation

The best way to install is to use the composer by command:

composer require newclass/impero
composer install

Use example

use Impero\CommandExecutor;

$executor = new CommandExecutor();
$executor->register(new MyCommand()); //class implemented Impero\CommandInterface
$executor->register(new MySecondCommand());  //class implemented Impero\CommandInterface
$executor->execute($argv);

Run test

php ./vendor/bin/phpunit

About

PHP Command manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages