PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Andrey Postal   EasyCLI   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EasyCLI
Create CLI applications using handler functions
Author: By
Last change:
Date: 4 months ago
Size: 682 bytes
 

Contents

Class file image Download
{ "name": "andreypostal/cli", "description": "A simple and easy to use library with no dependencies for creating pretty and organized CLI apps in PHP. Even has some fun progress bars.", "keywords": ["console", "cli", "command-line", "terminal"], "homepage": "https://github.com/andreypostal/cli", "type": "library", "license": "Apache-2.0", "autoload": { "psr-4": { "Andrey\\Cli\\": "src/", "Andrey\\Cli\\Examples\\": "examples/" } }, "authors": [ { "name": "Andrey Postal", "email": "andreypostal@gmail.com" } ], "require": { "php": ">=8.1" } }