PHPackages                             bulldog/yubico - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bulldog/yubico

ActiveLibrary

bulldog/yubico
==============

PHP Package for Yubico authentication

v1.0.0(7y ago)0141MITPHP

Since Jul 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bulldogcreative/yubico)[ Packagist](https://packagist.org/packages/bulldog/yubico)[ RSS](/packages/bulldog-yubico/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Yubico auth
===========

[](#yubico-auth)

A modern PHP library for verifying Yubico One-Time Passwords.

Installation
------------

[](#installation)

This library can be found on [Packagist](https://packagist.org/). The recommended way to install this is through [composer](http://getcomposer.org).

`composer require bulldog/yubico`

Usage
-----

[](#usage)

We include [Guzzle](https://github.com/guzzle/guzzle) by default, but you are welcome to use any other PHP HTTP client. You will need to create a new adapter for any other PHP HTTP client and have it implement the `OtpAdapterInterface`.

```
