Download the PHP package henderjon/simple_scan_args without Composer
On this page you can find all versions of the php package henderjon/simple_scan_args. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download henderjon/simple_scan_args
More information about henderjon/simple_scan_args
Files in henderjon/simple_scan_args
Download henderjon/simple_scan_args
More information about henderjon/simple_scan_args
Files in henderjon/simple_scan_args
Vendor henderjon
Package simple_scan_args
Short Description a simple function to parse an $argv array
License BSD-3-Clause
Homepage http://github.com/henderjon/simple_scan_args
Package simple_scan_args
Short Description a simple function to parse an $argv array
License BSD-3-Clause
Homepage http://github.com/henderjon/simple_scan_args
Please rate this library. Is it a good library?
Informations about the package simple_scan_args
simple_scan_args
simple_scan_args is a CLI function that will parse an array for -flags and -key=value pairs. It supports the following syntax: "-f" "-flag" "-key=value" "-key value". Using one or more dashes has no effect.
usage
$args = simple_scan_args($_SERVER["argv"], array $keys, array $flags);
installation
Using composer "require" : { "henderjon/simple_scan_args": "1.*" }
license
See LICENSE.md for the BSD-3-Clause license.
links
- The Packagist archive
- Reading on Semantic Versioning
- Reading onComposer Versioning
All versions of simple_scan_args with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package henderjon/simple_scan_args contains the following files
Loading the files please wait ....