library impero
The PHP command manager.
newclass/impero
The PHP command manager.
- Friday, October 27, 2017
- by newclass-pl
- Repository
- 0 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
README
, (*1)
What is Impero?
Impero is command line manager., (*2)
Installation
The best way to install is to use the composer by command:, (*3)
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
dev-master
9999999-dev
The PHP command manager.
Sources
Download
MIT
The Requires
The Development Requires
by
Michal Tomczak
v1.0.1
1.0.1.0
The PHP command manager.
Sources
Download
MIT
The Requires
The Development Requires
by
Michal Tomczak
v1.0.0
1.0.0.0
The PHP command manager.
Sources
Download
MIT
The Requires
The Development Requires
by
Michal Tomczak