php-yubico
php-yubico copied to clipboard
remove dependency to pear ... as this is not recommend anymore ...
Agreed! Let's create a new project 'yubico-php-client' which is a pure PHP implementation. This project can depend on that eventually, and just add the PEAR framing, for backwards compatibility.
I have published a PHP Yubicloud class without dependency, even cURL is not necessary! Have a look here: https://github.com/multiOTP/yubicloud-class-php
@multiOTP nice idea.
also pear is just used for raising errors so it isnt that much needed.
also @jas4711 it might be nice if the lib of multiotp will be listed in the Library list of the ubikey dev site.
Revised the PHP Yubicloud class without dependency and HTTPS by default. See https://github.com/matthieuonfray/yubicloud-class-php
Thank you Matthieu, merged in the main project https://github.com/multiOTP/yubicloud-class-php