Download the PHP package wildwolf/yubico-otp without Composer
On this page you can find all versions of the php package wildwolf/yubico-otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yubico-otp
yubico-otp
PHP 7/8-friendly alternative to the official php-yubico client.
Installation
Usage
Where:
$id
,$secret
are the Client ID and the secret key; you will need to sign up for them;$code
is the OTP code to verify (it will look something likeccccccjknjjnfffttntuknrfnkednknkfjegcrhhkuut
; seeOTP::parsePasswordOTP()
for its format);$result
is the verification result (true
for success,false
for failure);$response
is the raw response from Yubico (details).
verify()
can throw OTPBadResponseException
if the response fails the basic sanity checks, OTPTamperedResponseException
if the response signature fails to validate, OTPTransportException
in case of the issues talking to the OTP server.
All versions of yubico-otp with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
ext-curl Version *
ext-openssl Version *
ext-curl Version *
ext-openssl Version *
The package wildwolf/yubico-otp contains the following files
Loading the files please wait ....