Sun, 06 Oct 2024 10:40:44 UTC | login

Information for build php-seld-cli-prompt-1.0.3-4.fc29

ID56210
Package Namephp-seld-cli-prompt
Version1.0.3
Release4.fc29
Epoch
SummaryAllows you to prompt for user input on the command line
DescriptionWhile 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';
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 05:07:25 UTC
CompletedThu, 19 Jul 2018 05:07:25 UTC
Tags
f29
f30
f31
RPMs
src
php-seld-cli-prompt-1.0.3-4.fc29.src.rpm (info) (download)
noarch
php-seld-cli-prompt-1.0.3-4.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 1.0.3-1 - Update to 1.0.3 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Oct 21 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-2 - switch from symfony/class-loader to fedora/autoloader