php-yubico icon indicating copy to clipboard operation
php-yubico copied to clipboard

remove dependency to pear ... as this is not recommend anymore ...

Open kaystrobach opened this issue 11 years ago • 5 comments

kaystrobach avatar Apr 23 '14 12:04 kaystrobach

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.

jas4711 avatar Jun 26 '14 12:06 jas4711

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 avatar Dec 28 '14 12:12 multiOTP

@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.

My1 avatar Feb 01 '16 09:02 My1

Revised the PHP Yubicloud class without dependency and HTTPS by default. See https://github.com/matthieuonfray/yubicloud-class-php

zebrask avatar Apr 24 '19 13:04 zebrask

Thank you Matthieu, merged in the main project https://github.com/multiOTP/yubicloud-class-php

multiOTP avatar Apr 24 '19 13:04 multiOTP