A context to create the most powerful command line interfaces.
Via Composer, update your composer.json to use martiadrogue/console
"repositories": [
{
"type": "git",
"url": "https://github.com/martiadrogue/console.git"
}
],Then you must add martiadrogue/console in require.
"require": {
"martiadrogue/console": "dev-devel"
},Or invoke
composer require martiadrogue/console:@devOld school, forget all and grab files from dist directory
$skeleton = new MartiAdrogue\Skeleton();
echo $skeleton->echoPhrase('Hello, world!');Please see CHANGELOG for more information what has changed recently.
composer test run phpcs, phpmd and phpunit. Run phpunit for unit test only.
composer testcomposer format run php-cs-fixer and phpcbf to fix up the PHP code to follow
the coding standards.
composer formatPlease see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email marti.adrogue@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.