bitwasp / pinentry
Interface to gpgtools pinentry for PHP applications
Installs: 352
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/bitwasp/pinentry
Requires (Dev)
- infection/infection: ^0.8.2
- phpstan/phpstan: ^0.9.2
- phpunit/phpunit: ^6.0.0
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2025-09-23 08:13:23 UTC
README
This package allows PHP command line applications to prompt
users for a passphrase / pin using the gpgtools pinentry
program.
https://www.gnupg.org/related_software/pinentry/index.html
The PinRequest class allows passphrase requests to be parameterized (messages, titles, button text), or to request a confirmation password also.