jigarakatidus / command-line-generator
A simple library to generate unix command line
Installs: 22 139
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- php: >=8.0
This package is auto-updated.
Last update: 2025-03-20 18:10:20 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.