PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP Command Line Arguments Parser Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Command Line Arguments Parser Class
Parse CLI script arguments to extract its values
Author: By
Last change:
Date: 3 years ago
Size: 1,085 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_cli_arguments", "description": "free as in freedom php cli command thin wrapper to easy up usage and validation of command line arguments", "keywords": [ "php", "php7", "psr", "psr-4", "getopt", "argument", "flag", "trigger", "cli", "shell", "lgpl", "free as in freedom" ], "type": "library", "minimum-stability": "dev", "require": { "php": "~7.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "license": "LGPL-3.0-only", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Cli\\Arguments\\": "source/" } }, "autoload-dev": { "psr-4": { "Test\\Net\\Bazzline\\Component\\Cli\\Arguments\\": "test/" } } }