Download the PHP package gipfl/cli without Composer
On this page you can find all versions of the php package gipfl/cli. 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 cli
gipfl\Cli
CLI-related library. Currently provides Process- and Screen-related helper classes.
Usage
Just some usage examples. Please check our source code, as all useful public methods should carry a nice documentation.
Change the your process title
This is what you'll see in your process list:
Restart the process, replacing itself
The new process will run in the same process space, after being started with the very same binary, given the same parameters and the the same environment:
Do more with your CLI screen
Use some color
Changes
v0.7.0
- dependencies: support react/promise v2 and v3
v0.3.0
- Process: fix restart when started from a shell
- Introduce Spinner
v0.2.0
- Process::restart() and related helper methods
- Screen helpers
v0.1.0
- First release
All versions of cli with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
ext-mbstring Version *
ext-pcntl Version *
ext-posix Version *
react/stream Version >=1.1
react/promise Version ^2|^3
ext-mbstring Version *
ext-pcntl Version *
ext-posix Version *
react/stream Version >=1.1
react/promise Version ^2|^3
The package gipfl/cli contains the following files
Loading the files please wait ....