PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mat Jung   PHP Command Line Parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Command Line Parser
Invoke functions to process command-line arguments
Author: By
Last change:
Date: 1 year ago
Size: 418 bytes
 

Contents

Class file image Download
{ "name": "siims/clp", "description": "command line parser", "type": "library", "license": "OSL-3.0", "keywords": ["CLP","Command Line Parser"], "autoload": { "psr-4": { "Siims\\clp\\": "src/" } }, "authors": [ { "name": "siims", "email": "system@siims.biz" } ], "require": { "php": ">=7.4" } }