Download the PHP package troublete/load without Composer
On this page you can find all versions of the php package troublete/load. 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 load
load
CLI progress indicator for PHP.
Install
Usage
API
Functions
dots($checkClosure, $doneText)
Will run an indicator with dots.
Arguments
ℹ️ see function
loop()
spinner($checkClosure, $doneText)
Will run an indicator with an rotating bar.
Arguments
ℹ️ see function
loop()
emoji($checkClosure, $doneText)
Will run an indicator with some emoji hearts.
Arguments
ℹ️ see function
loop()
sphere($checkClosure, $doneText)
Will run an indicator with an pulsating sphere.
Arguments
ℹ️ see function
loop()
loop($frames, $checkClosure, $doneText)
Will run an indicator with frames given.
Arguments
Argument | Type | Description |
---|---|---|
$frames | array |
Loopable frames of the loading animation in the best case all with same character length so the animation seems fluid. |
$checkClosure | callable |
A callable structure, that will get called in any tick of the loading spinner (frame call) to check if loading is done. If the function returns a string or numeric value, the value will get passed as text output to the right side of the loading indicator. If the return value is true the doneText will be rendered instead of the loading indicator (plus any message beside it). If the return value is false an fatal error will be triggered. |
$doneText | string |
A text that will be displayed if the $checkClosure returned true. |
Related Packages
- Cli - It's like meow, but for PHP.
- Crayon - A simple functional PHP library for formatting string output.
License
GPL-2.0 © Willi Eßer
All versions of load with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package troublete/load contains the following files
Loading the files please wait ....