Name: | php-seld-cli-prompt |
---|---|
Version: | 1.0.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 7262 |
License: | MIT |
RPM: | php-seld-cli-prompt-1.0.3-1.el7.noarch.rpm |
Source RPM: | php-seld-cli-prompt-1.0.3-1.el7.src.rpm |
Build Date: | Thu Nov 30 2017 |
Build Host: | x86-ol6-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/Seldaek/cli-prompt |
Summary: | Allows you to prompt for user input on the command line |
Description: | While prompting for user input using fgets() is quite easy, sometimes you need to prompt for sensitive information. In these cases, the characters typed in by the user should not be directly visible, and this is quite a pain to do in a cross-platform way. To use this library, you just have to add, in your project: require_once '/usr/share/php/Seld/CliPrompt/autoload.php'; |