phore/cli2

Installs: 300

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phore/cli2

dev-main 2025-11-19 15:28 UTC

This package is auto-updated.

Last update: 2025-11-19 15:28:09 UTC


README

Example:

class test_group {

    public function load(string $file) {
    
    }

}

\Phore\Cli\CliDispatcher::addClass(test_group::class, "load");