Download the PHP package webtrendi/clapp without Composer
On this page you can find all versions of the php package webtrendi/clapp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webtrendi/clapp
More information about webtrendi/clapp
Files in webtrendi/clapp
Download webtrendi/clapp
More information about webtrendi/clapp
Files in webtrendi/clapp
Vendor webtrendi
Package clapp
Short Description Parses command line arguments passed to a PHP script
License MIT
Package clapp
Short Description Parses command line arguments passed to a PHP script
License MIT
Please rate this library. Is it a good library?
Informations about the package clapp
CLAPP: Command Line Argument Parser For PHP
Parses command line arguments passed to a PHP script.
Usage
Features
- Simple definition syntax
- Supports long and short arugment names (-v --verbose)
- Supports repeated arguments (--name=bob --name=mary)
- Supports multiple short arguments (-abc equivalent of -a -b -c)
- Supports 2 ways of setting values (--name=bob or --name bob)
- Supports double dash delimiter for trailing values
- Creates detailed usage documentation using definitions
All versions of clapp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package webtrendi/clapp contains the following files
Loading the files please wait ....