lookyman/u2f

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# lookyman/u2f

[![Build Status](https://travis-ci.org/lookyman/u2f.svg?branch=master)](https://travis-ci.org/lookyman/u2f)
[![Coverage Status](https://coveralls.io/repos/lookyman/u2f/badge.svg?branch=master)](https://coveralls.io/github/lookyman/u2f)
[![Downloads](https://img.shields.io/packagist/dt/lookyman/u2f.svg)](https://packagist.org/packages/lookyman/u2f)
[![Latest stable](https://img.shields.io/packagist/v/lookyman/u2f.svg)](https://packagist.org/packages/lookyman/u2f)
[![Code Climate](https://codeclimate.com/github/lookyman/u2f/badges/gpa.svg)](https://codeclimate.com/github/lookyman/u2f)

U2F library based on [Yubico/php-u2flib-server](https://github.com/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](https://developers.yubico.com/U2F).


Requirements
------

- PHP 5.5+
- OpenSSL 1.0.0+


Installation
------

```sh
composer require lookyman/u2f
```