Download the PHP package masterklavi/phpprogress without Composer
On this page you can find all versions of the php package masterklavi/phpprogress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download masterklavi/phpprogress
More information about masterklavi/phpprogress
Files in masterklavi/phpprogress
Download masterklavi/phpprogress
More information about masterklavi/phpprogress
Files in masterklavi/phpprogress
Vendor masterklavi
Package phpprogress
Short Description Here is a PHP function that shows progress in nice view in command-line interface (CLI)
License
Package phpprogress
Short Description Here is a PHP function that shows progress in nice view in command-line interface (CLI)
License
Please rate this library. Is it a good library?
Informations about the package phpprogress
PHP Progress
Using it you can give nice progress view in command-line interface (CLI)
Example
Requirements
- PHP version 5.4.0 or higher
Installation
Using Composer
Get the package:
Manual Installation
Clone git repository:
or download the package at https://github.com/masterklavi/phpprogress/archive/master.zip
Small Documentation
Progress::__construct($max)
where$max
- max value (count of tasks)Progress::show($offset_or_value = 1, $progress_type = Progress::TYPE_OFFSET, $status = Progress::STATUS_OK)
where$offset_or_value
- offset (when type=OFFSET) or value (when type=VALUE)$progress_type
can beProgress::TYPE_OFFSET
orProgress::TYPE_VALUE
$status
can beProgress::STATUS_OK
,Progress::STATUS_SKIP
orProgress::STATUS_FAIL
All versions of phpprogress with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package masterklavi/phpprogress contains the following files
Loading the files please wait ....