PowerKiKi / laminas-progressbar

Create and update progress bars in different environments

Home Page:https://docs.laminas.dev/laminas-progressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laminas-progressbar

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

Build Status

laminas-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 laminas/laminas-progressbar

Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-progressbar/

Support

About

Create and update progress bars in different environments

https://docs.laminas.dev/laminas-progressbar/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%