Skip to content

JanHuang/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console

Building Latest Stable Version Total Downloads Latest Unstable Version License

PHP CLI Application.

Requirements

  • PHP >= 5.6

Installation

composer require "fastd/console:3.0.x-dev" -vvv

Usage

use FastD\Console\Console;

include_once __DIR__ . '/tests/OutputHelloCommand.php';
include_once __DIR__ . '/tests/OutputWorldCommand.php';

$console = new Console();

$console->addCommand(new OutputWorldCommand());
$console->addCommand(new OutputHelloCommand());

$console->run();

phpunit

License MIT

About

FastD Console. The CLI Application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages