See More

{ "name": "adhocore/cli", "description": "Command line interface library for PHP", "type": "library", "keywords": [ "php8", "command", "argv-parser", "cli", "cli-color", "cli-action", "console", "cli-writer", "argument-parser", "cli-option", "stream-output", "stream-input", "cli-app", "console-app", "php-cli" ], "license": "MIT", "authors": [ { "name": "Jitendra Adhikari", "email": "[email protected]" } ], "autoload": { "psr-4": { "Ahc\\Cli\\": "src/" }, "files": [ "src/functions.php" ] }, "autoload-dev": { "psr-4": { "Ahc\\Cli\\Test\\": "tests/" } }, "require": { "php": ">=8.0" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "scripts": { "test": "phpunit", "test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov", "cs:sniff": "tools/phpcs", "cs:fix": "tools/phpcbf" } }