volta-framework / component-cli
Provide helpers for a simple CLI script
Installs: 27
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/volta-framework/component-cli
Requires
- php: >=8.1
This package is auto-updated.
Last update: 2025-09-24 09:48:35 UTC
README
Features
- Static Helpers for simple PHP CLI scripts
- Methods for markup and formating output
- Wrapper for PHP getopt()
Examples
To run the examples open a terminal and make the examples directory your current working directory.Then execute one of the example files passing the file to the PHP CLI executable. Optionally add the option -h(--help) to get information on the available options.
$: php format.php
$: php format.php --help