tempest/console

The PHP framework that gets out of your way.

1.0-alpha1 2024-09-14 01:06 UTC

This package is auto-updated.

Last update: 2024-09-20 08:47:53 UTC


README

composer require tempest/console
final readonly class Hello
{
    public function __construct(private Console $console) {}

    #[ConsoleCommand]
    public function world(): void
    {
        $this->console->writeln('Hello World!');
    }
}

Read the docs: https://tempest.stitcher.io/console/01-getting-started.

Join the Tempest Discord