PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   Mini PHP Getopt   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mini PHP Getopt
Extract command line parameter values using getopt
Author: By
Last change:
Date: 4 years ago
Size: 534 bytes
 

Contents

Class file image Download
{ "name": "jawira/mini-getopt", "type": "library", "description": "Very simple wrapper for getopt() function", "keywords": [ "getopt" ], "license": "MIT", "authors": [ { "name": "Jawira Portugal", "email": "dev@tugal.be" } ], "require": { "php": "^7.1", "ext-mbstring": "*", "jawira/skeleton": "^1.12" }, "require-dev": {}, "suggest": { "pds/skeleton": "Standard PHP package skeleton" }, "autoload": { "psr-4": { "Jawira\\MiniGetopt\\": "src/" } } }