davidearl / webauthn

An implementation of webauthn in PHP on the server side (e.g Yubico 2 and Google Titan keys)
https://webauthn.davidearl.uk
MIT License
129 stars 24 forks source link

Created composer.json manifest. #15

Closed benjamindoe closed 5 years ago

benjamindoe commented 5 years ago

This is a good library and it would be better with the ability to install it via composer. With a composer.json, this repository can be submitted to packagist (https://packagist.org/packages/submit) and installation can be as easy as the following command

composer install davidearl/webauthn

davidearl commented 5 years ago

Thank you!