PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of nvb   PHP CLI Progress Bar   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CLI Progress Bar
Show a progress bar in a console terminal
Author: By
Last change:
Date: 4 years ago
Size: 843 bytes
 

Contents

Class file image Download
{ "name": "net_bazzline/php_component_cli_progres_bar", "description": "free as in freedom free software php command line progress bar", "keywords": [ "php", "bazzline", "psr", "psr-4", "component", "cli", "progress", "bar", "progressbar", "lgpl", "free as in freedom" ], "type": "library", "minimum-stability": "dev", "require": { "php": ">=5.6" }, "license": "LGPLv3", "authors": [ { "name": "Stev Leibelt", "email": "artodeto@bazzline.net", "homepage": "https://artodeto.bazzline.net", "role": "Developer" } ], "autoload": { "psr-4": { "Net\\Bazzline\\Component\\Cli\\ProgressBar\\": "source/" } } }