2017 © Pedro Peláez
 

library u2flib-server

Library for U2F implementation

image

paul999/u2flib-server

Library for U2F implementation

  • Thursday, August 4, 2016
  • by paul999
  • Repository
  • 1 Watchers
  • 0 Stars
  • 881 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 52 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-u2flib-server

Build Status Scrutinizer Code Quality Coverage Status, (*1)

Introduction

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)

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., (*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

License

The project is licensed under a BSD license. See the file COPYING for exact wording., (*7)

Tests

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

$ phpunit, (*9)

The Versions

04/08 2016

dev-master

9999999-dev http://u2flib.io

Library for U2F implementation

  Sources   Download

BSD-2-Clause

The Requires

  • ext-openssl *
  • php ^5.4.0 | ^7.0