Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 425 Bytes

Command Line Generator

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.