cli-barcode PHP
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Gustavo Arnosti Neves 82a2730a2f v1.0.7 - update to upstream getopt-php, to get trimmed options pirms 8 gadiem
..
src/Ulrichsg/Getopt v1.0.7 - update to upstream getopt-php, to get trimmed options pirms 8 gadiem
test/Ulrichsg/Getopt First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
.gitignore First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
.travis.yml First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
CHANGELOG.md First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
LICENSE First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
Makefile First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
README.markdown First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
composer.json First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem
phpunit.xml First commit, creates barcodes from cli using PHP. Supports many formats and barcode encodings. pirms 9 gadiem

README.markdown

Getopt.PHP

Getopt.PHP is a library for command-line argument processing. It supports PHP version 5.3 and above.

Features

  • Supports both short (eg. -v) and long (eg. --version) options
  • Option aliasing, ie. an option can have both a long and a short version
  • Collapsed short options (eg. -abc instead of -a -b -c)
  • Cumulative options (eg. -vvv)
  • Options may take optional or mandatory arguments
  • Two alternative notations for long options with arguments: --option value and --option=value
  • Collapsed short options with mandatory argument at the end (eg. -ab 1 instead of -a -b 1)

Documentation

License

Getopt.PHP is published under the MIT License.

Build Status