zendframework/zend-progressbar

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-progressbar package instead.

Create and update progress bars in different environments

2.7.0 2019-10-17 14:52 UTC

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-progressbar.

Build Status Coverage Status

zend-progressbar is a component to create and update progress bars in different environments. It consists of a single backend, which outputs the progress through one of the multiple adapters. On every update, it takes an absolute value and optionally a status message, and then calls the adapter with some precalculated values like percentage and estimated time left.

Installation

Run the following to install this library:

$ composer require zendframework/zend-progressbar

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-progressbar/

Support