2017 © Pedro Peláez
 

library impero

The PHP command manager.

image

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

The README.md

README

license PHP 5.6+, (*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

The Versions

27/10 2017

dev-master

9999999-dev

The PHP command manager.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michal Tomczak

27/10 2017

v1.0.1

1.0.1.0

The PHP command manager.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michal Tomczak

26/10 2017

v1.0.0

1.0.0.0

The PHP command manager.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Michal Tomczak