mailcow/data/web/inc/lib/vendor/yubico/u2flib-server
andryyy f582f0f01b Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
..
examples Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
src/u2flib_server Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
tests Added TOTP, minor fixes 2017-05-03 18:05:35 +02:00
.gitignore Added TOTP, minor fixes 2017-05-03 18:05:35 +02:00
.travis.yml Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
BLURB Added TOTP, minor fixes 2017-05-03 18:05:35 +02:00
COPYING Added TOTP, minor fixes 2017-05-03 18:05:35 +02:00
NEWS Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
README Added TOTP, minor fixes 2017-05-03 18:05:35 +02:00
README.adoc Added TOTP, minor fixes 2017-05-03 18:05:35 +02:00
apigen.neon Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
composer.json Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
do-source-release.sh Various fixes, update u2flib 2017-05-09 23:25:23 +02:00
phpunit.xml Various fixes, update u2flib 2017-05-09 23:25:23 +02:00

README

php-u2flib-server
-----------------

image:https://travis-ci.org/Yubico/php-u2flib-server.svg?branch=master["Build Status", link="https://travis-ci.org/Yubico/php-u2flib-server"]
image:https://coveralls.io/repos/Yubico/php-u2flib-server/badge.svg?branch=master&service=github["Coverage", link="https://coveralls.io/github/Yubico/php-u2flib-server?branch=master"]
image:https://scrutinizer-ci.com/g/Yubico/php-u2flib-server/badges/quality-score.png?b=master["Scrutinizer Code Quality", link="https://scrutinizer-ci.com/g/Yubico/php-u2flib-server/?branch=master"]

=== 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
link:http://developers.yubico.com/U2F[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 link:https://phpunit.de[PHPUnit] is required. To run it, type:

 $ phpunit