Sun, 06 Oct 2024 10:01:59 UTC | login

Information for build php-seld-cli-prompt-1.0.2-2.fc25

ID15182
Package Namephp-seld-cli-prompt
Version1.0.2
Release2.fc25
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:22:58 UTC
CompletedSat, 14 Apr 2018 20:22:58 UTC
Tags
f28
f29
RPMs
src
php-seld-cli-prompt-1.0.2-2.fc25.src.rpm (info) (download)
noarch
php-seld-cli-prompt-1.0.2-2.fc25.noarch.rpm (info) (download)
Changelog * Fri Oct 21 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-2 - switch from symfony/class-loader to fedora/autoloader * Mon Apr 18 2016 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 - update to 1.0.2 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Jan 10 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 - update to 1.0.1 (no change) * Wed Oct 14 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-3 - add autoloader * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon May 04 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1 - initial package