Skip to content

newclass-pl/impero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages