Download the PHP package beryllium/getoptionkit-skeleton without Composer
On this page you can find all versions of the php package beryllium/getoptionkit-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beryllium/getoptionkit-skeleton
More information about beryllium/getoptionkit-skeleton
Files in beryllium/getoptionkit-skeleton
Download beryllium/getoptionkit-skeleton
More information about beryllium/getoptionkit-skeleton
Files in beryllium/getoptionkit-skeleton
Vendor beryllium
Package getoptionkit-skeleton
Short Description A quick start package for creating CLI scripts using GetOptionKit
License MIT
Package getoptionkit-skeleton
Short Description A quick start package for creating CLI scripts using GetOptionKit
License MIT
Please rate this library. Is it a good library?
Informations about the package getoptionkit-skeleton
getoptionkit-skeleton
A quick demo of the GetOptionKit CLI parser for PHP
Installation
composer create-project beryllium/getoptionkit-skeleton myproject
About the Skeleton
The skeleton script is located in bin/hello
, which is an executable PHP file.
It defines two optional parameters, for '--help' and a custom '--greeting', but the core functionality of the script is to echo a greeting to the provided username.
Usage:
bin/hello [-h] [-g "Greetings"] yourname
bin/hello [--help] [--greeting "Greetings"] yourname
There is also a bootstrap.php
script, which performs some basic checks and
defines a simple "writeln" function.
All versions of getoptionkit-skeleton with dependencies
PHP Build Version
Package Version
Requires
c9s/getoptionkit Version
^2
The package beryllium/getoptionkit-skeleton contains the following files
Loading the files please wait ....