seld/cli-prompt
Cross-platform CLI user input prompts for PHP. Read normal input or securely prompt for passwords/secret values with hidden typing. Automatically trims the trailing newline; optional visible fallback if hidden input isn’t available. Composer install.
QuestionHelper (e.g., $question->setHidden(true)) that already handles secure hidden input seamlessly. Adopting it would create redundancy, increase technical debt, and introduce unsupported dependencies. It only makes sense for *non-LaravelHow can I help you explore Laravel packages today?