jigarakatidus / command-line-generator
A simple library to generate unix command line
Package info
github.com/jigarakatidus/command-line-generator
pkg:composer/jigarakatidus/command-line-generator
1.0.0
2022-10-13 17:07 UTC
Requires (Dev)
- php: >=8.0
This package is auto-updated.
Last update: 2026-02-20 20:14:45 UTC
README
A simple library to generate unix command line.
Requirements
PHP 8.0+
Installation
Install the package with:
composer require jigarakatidus/command-line-generator
To use the bindings, load it via Autoload
require_once('vendor/autoload.php');
License
The gem is available as open source under the terms of the MIT License.