Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMOPQRSTUWXZ
]
php-seld-cli-prompt - Allows you to prompt for user input on the command line
- Website:
- https://github.com/Seldaek/cli-prompt
- Licence:
- MIT
- Vendor:
- Remi Collet
- 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';
Packages