Skip to content

Repository files navigation

A revolutionary way of building console applications in PHP.

composer require tempest/console
finalreadonlyclass Hello
{
publicfunction__construct(privateConsole$console) {}
#[ConsoleCommand]
publicfunctionworld(): void
{
$this->console->writeln('Hello World!');
}
}

Get started here

Join the Tempest Discord

About

[READ ONLY] Sub split of the Tempest console component.

Topics

Resources

Contributing

Stars

72 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages