dev-master
9999999-dev https://richjenks.github.io/consolMicro framework for command line PHP apps
Apache-2.0 Apache
The Requires
- php >=5.5.0
by Rich Jenks
console command line commandline
Micro framework for command line PHP apps
It's like Slim for console applications, (*1)
// index.php $app = new RichJenks\Consol\App; $app->map('hello', function ($app) { $app->say('Hello World'); });
# terminal php index.php hello # Hello, World!
Read full documentation at https://richjenks.github.io/consol/, (*2)
Micro framework for command line PHP apps
Apache-2.0 Apache
console command line commandline