Download the PHP package mannydmorales/console without Composer
On this page you can find all versions of the php package mannydmorales/console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mannydmorales/console
More information about mannydmorales/console
Files in mannydmorales/console
Download mannydmorales/console
More information about mannydmorales/console
Files in mannydmorales/console
Vendor mannydmorales
Package console
Short Description A utility library for interacting with the console.
License MIT
Homepage https://opensource.mannydmorales.com/console
Package console
Short Description A utility library for interacting with the console.
License MIT
Homepage https://opensource.mannydmorales.com/console
Please rate this library. Is it a good library?
Informations about the package console
Console Library (PHP)
Description
This library provides utility functions to interact with the console. Helpfull for console applications.
Features
- Stylize outputs (Formatting includes: font color, background color, bold, hide for passwords, etc)
- Ask for user input: (Password, Prompt, Selects, Multi-Select, Confirm)
- Progress Bar
- Print formatted Usage Table
- Output to STDOUT and STDERR
- Clear Screen
- Console Size Detection
- Check OS type: isWindows, isMac, isLinux
Installation
To install the library (using composer):
composer require mannydmorales/console
- Include the composer autoloader
To install the library (if not using composer):
- Clone/Download the repository
- Include the autoload.php script in your application
Usage
Please view the examples located in the examples/ directory.
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or suggestions, please contact [email protected].
All versions of console with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package mannydmorales/console contains the following files
Loading the files please wait ....