dev-master
9999999-dev http://u2flib.ioLibrary for U2F implementation
BSD-2-Clause
The Requires
- ext-openssl *
- php ^5.4.0 | ^7.0
by Paul Sohier
by Yubico
Library for U2F implementation
Serverside U2F library for PHP. Provides functionality for registering tokens and authentication with said tokens., (*2)
This project started as fork of the code Originally from Yubico, however it is not a direct replacement. Code changes are required to use this new libary., (*3)
To read more about U2F and how to use a U2F library, visit http://developers.yubico.com/U2F., (*4)
A full set of documentation is coming. Some old examples of the original libary are still in examples/, however these are not compitable with the fork yet., (*5)
It is prefered to use composer for managing your dependencies. You can add this libary by simply running composer require:, (*6)
composer require paul999/u2flib-server
The project is licensed under a BSD license. See the file COPYING for exact wording., (*7)
To run the test suite link:https://phpunit.de[PHPUnit] is required. To run it, type:, (*8)
$ phpunit, (*9)
Library for U2F implementation
BSD-2-Clause