Skip to content

Repository files navigation

Console

BuildingLatest Stable VersionTotal DownloadsLatest Unstable VersionLicense

PHP CLI Application.

Requirements

  • PHP >= 5.6

Installation

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

Usage

useFastD\Console\Console;
include_once__DIR__ . '/tests/OutputHelloCommand.php';
include_once__DIR__ . '/tests/OutputWorldCommand.php';
$console = newConsole();
$console->addCommand(newOutputWorldCommand());
$console->addCommand(newOutputHelloCommand());
$console->run();

phpunit

License MIT

About

FastD Console. The CLI Application.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages