Registry / cli / zendframework-zend-progressbar

zendframework-zend-progressbar

JSON →
library2.7.0phppackagistunverified

Create and update progress bars in different environments.

composer require zendframework/zend-progressbar
INSTALL
IMPORT
SIG · ZENDFRAMEWORK-ZEND
Z
zendframework-zend-progressbar
cliphpv2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProgressBar
use Zend\ProgressBar\ProgressBar;

Display a progress bar in the console.

use Zend\ProgressBar\ProgressBar; use Zend\ProgressBar\Adapter\Console; $adapter = new Console(); $progressBar = new ProgressBar($adapter, 0, 100); for ($i = 0; $i <= 100; $i++) { $progressBar->update($i); usleep(10000); } $progressBar->finish();
Debug
Known issues
breakingZend Framework components are no longer maintained; consider using Laminas alternatives.
fix
Replace zendframework/zend-progressbar with laminas/laminas-progressbar.
affects: >=2.0.0
Upgrade
Version history
2.7.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
zendframework-zend-progressbar — pip install zendframework-zend-progressbar · libregistry