Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Yubico/php-u2flib-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

962c1e0 · Jul 5, 2022
Jul 25, 2019
Mar 24, 2019
Aug 7, 2018
Jan 21, 2015
Jul 23, 2018
Oct 9, 2014
Oct 9, 2014
Sep 7, 2018
Jul 5, 2022
Oct 23, 2014
Feb 19, 2016
Jul 23, 2018
Feb 19, 2016
May 8, 2017
Aug 24, 2018

Repository files navigation

php-u2flib-server

Note
OBSOLETE: This project is no longer maintained. U2F has been superseded by Web Authentication. We recommend using WebAuthn instead.

Build Status Coverage Scrutinizer Code Quality

Introduction

Serverside U2F library for PHP. Provides functionality for registering tokens and authentication with said tokens.

To read more about U2F and how to use a U2F library, visit developers.yubico.com/U2F.

License

The project is licensed under a BSD license. See the file COPYING for exact wording. For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval.

Dependencies

The only dependency is the openssl extension to PHP that has to be enabled.

A composer.json is included in the distribution to make things simpler for other project using composer.

Tests

To run the test suite PHPUnit is required. To run it, type:

$ phpunit