paul999/u2flib-server

Library for U2F implementation

dev-master 2016-08-04 17:03 UTC

This package is auto-updated.

Last update: 2024-04-22 01:00:02 UTC


README

Build Status Scrutinizer Code Quality Coverage Status

Introduction

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

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.

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

Usage

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.

It is prefered to use composer for managing your dependencies. You can add this libary by simply running composer require:

composer require paul999/u2flib-server

License

The project is licensed under a BSD license. See the file COPYING for exact wording.

Tests

To run the test suite link:https://phpunit.de[PHPUnit] is required. To run it, type:

$ phpunit