Libraries tagged by php argv
xinc/getopt
85 Downloads
Command line arguments parser for PHP 5.3
varaey/serializer
7 Downloads
This is a php module. It convert object arguments to few formats, like json, xml, yaml
oleics/ac-minimist
49 Downloads
Light-weight argument option parsing for PHP.
mwx/tools-wp
0 Downloads
metaworx typed wp-cli command wrapper: commands, sub-commands, arguments and parameters as PHP objects and enums
jimjam88/observer
4 Downloads
Observer pattern for PHP with C# like event arguments
mvc5/mvc5-application
861 Downloads
A PHP 8 programming environment with named arguments.
mvc5/mvc5
1151 Downloads
A PHP 8 programming environment with named arguments.
redbox/cli
81 Downloads
Simple cli argument parser written in and for PHP.
vstaran/mycalc
5 Downloads
PHP calculator class which will accept two values as arguments then add, subtract, multiply or divide them
rayanlevert/command-line-interface
183 Downloads
Dependency-free command line interface (CLI) handling arguments and easily personalizing output in the PHP userland
mikepalikhov/phpsmartarguments
1 Downloads
PHP Library simplifying use of complex functions with many arguments
afief/slim
65 Downloads
This is a form repo of slim framework from slim/slim with some update like middleware arguments, return object response into a json string, etc. Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs
stan-angeloff/guard
5 Downloads
Safe-conducts for your PHP. Kills up to 99.9% of bad arguments.
genai/console
0 Downloads
CLI layer (the twin of genai/web): a #[Command] attribute, a build-time CommandProcessor that compiles commands.php, and a PHP 5.3-safe Console runner that maps $argv to a command bean. Shares the same compiled container as the web front.