Download the PHP package comely-io/cli without Composer
On this page you can find all versions of the php package comely-io/cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download comely-io/cli
More information about comely-io/cli
Files in comely-io/cli
Download comely-io/cli
More information about comely-io/cli
Files in comely-io/cli
Vendor comely-io
Package cli
Short Description CLI utility for Comely Apps
License MIT
Homepage https://github.com/comely-io/cli
Package cli
Short Description CLI utility for Comely Apps
License MIT
Homepage https://github.com/comely-io/cli
Please rate this library. Is it a good library?
Informations about the package cli
CLI component
CLI component for Comely Apps
Requirements
- PHP ^8.0
Installation
composer require comely-io/cli
Specification
- Script files in
bin
directory MUST BE named like snake_case - Script filenames MUST have
.php
extension - Script classes MUST BE named in snake_case
- Script classes MUST extend
Comely\CLI\Abstract_CLI_Script
class
Usage
- Install via composer (
composer require comely-io/cli
) - Copy contents of
dist
directory into your project - Make
console
file executable (chmod +x console
) - If needed, edit
console
file and set correct path to__bin.php
on line # 3 - If needed, edit
__bin.php
file and set correct path to composer autoload file
All versions of cli with dependencies
PHP Build Version
Package Version
The package comely-io/cli contains the following files
Loading the files please wait ....