Download the PHP package alex-heifetz/progress-bar without Composer
On this page you can find all versions of the php package alex-heifetz/progress-bar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package progress-bar
ProgressBar - PHP CLI progress bar

Features
- Compatible with PHP 7.4 and later
- Displays estimated completion time
- Separates successful and failed iterations
- Responds to terminal width changes
- Lets you configure the redraw interval
Why you might need this
When running long CLI commands, background jobs, or test scripts, it is useful to see that the process is still moving and estimate when it will finish. This library provides a compact progress bar for those cases.
Requirements
- PHP 7.4+
ext-pcntl- A terminal with ANSI escape sequence support
Installation & loading
Install the package with Composer:
Or add it to your composer.json manually:
A Simple Example

All versions of progress-bar with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-pcntl Version *
ext-pcntl Version *
The package alex-heifetz/progress-bar contains the following files
Loading the files please wait ...