lookyman / u2f
This package is abandoned and no longer maintained.
No replacement package was suggested.
v1.0.0
2015-11-27 13:02 UTC
Requires
- php: >=5.5
- ext-openssl: *
- nette/utils: ^2.3
Requires (Dev)
- nette/robot-loader: ^2.3
- phpunit/phpunit: ^4.8
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2024-05-04 15:55:32 UTC
README
U2F library based on Yubico/php-u2flib-server, with cleaner and more sensible code.
Introduction
Serverside U2F library for PHP. Provides functionality for registering tokens and authentication with said tokens.
To read more about U2F visit developers.yubico.com/U2F.
Requirements
- PHP 5.5+
- OpenSSL 1.0.0+
Installation
composer require lookyman/u2f