GetOptionKit
Option Parser Library
An object-oriented option parser library for PHP, supporting type constraints and various options formats.
An object-oriented option parser library for PHP, which supports type constraints, flag, multiple flag, multiple values, required value checking
150 stars
8 watching
24 forks
Language: PHP
last commit: over 1 year ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
pcapriotti/optparse-applicative | A Haskell library for parsing command-line options in an applicative style | 914 |
cngilbreth/optionsf90 | A module for parsing command-line options and input parameters in Fortran programs. | 12 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
getopt-php/getopt-php | A PHP library for parsing and processing command-line arguments | 337 |
sjl/adopt | A simple UNIX-style option parser in Common Lisp. | 31 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
leejarvis/slop | A simple and lightweight option parser for Ruby applications | 1,129 |
davidgamba/go-getoptions | A command line option parser with built-in auto-completion support for Go applications. | 56 |
chh/optparse | A lightweight command line argument parser for PHP | 19 |
ko1nksm/getoptions | An option parser for shell scripts supporting all POSIX shells. | 416 |
jorgebucaran/getopts.fish | A Fish plugin for parsing CLI options in a way similar to argparse without additional complexity. | 222 |
docopt/docopt.fs | A library that generates option parsers based on human-readable help messages. | 34 |