https://github.com/lookyman/u2f
Serverside U2F library for PHP
https://github.com/lookyman/u2f
u2f
Last synced: about 1 year ago
JSON representation
Serverside U2F library for PHP
- Host: GitHub
- URL: https://github.com/lookyman/u2f
- Owner: lookyman
- License: mit
- Archived: true
- Created: 2015-10-25T06:37:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T08:03:40.000Z (almost 10 years ago)
- Last Synced: 2025-02-23T14:30:29.723Z (over 1 year ago)
- Topics: u2f
- Language: PHP
- Homepage: https://developers.yubico.com/U2F
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lookyman/u2f
[](https://travis-ci.org/lookyman/u2f)
[](https://coveralls.io/github/lookyman/u2f)
[](https://packagist.org/packages/lookyman/u2f)
[](https://packagist.org/packages/lookyman/u2f)
[](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
```