zendframework/zend-progressbar
Create and update progress bars in different environments
Maintainers
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-stdlib: ^3.2.1
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.4
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-json: ^2.6.1
- zendframework/zend-session: ^2.8.5
Suggests
- zendframework/zend-json: Zend\Json component
- zendframework/zend-session: To support progressbar persistent
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause f5b885453c4c789ddc86e395ae553df5b4148d15
This package is auto-updated.
Last update: 2020-01-30 15:57:40 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/
