slt/google-authenticator

PHP implementation of the Google Authenticator Framework

1.0.0 2013-03-11 03:32 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:46:01 UTC


README

PHP implementation of the Google Authenticator Framework

Extension of the excellent rych/otp package (MIT License).

Getting Started

You can install this package using composer. Add the following to your composer.json file:

{
    "require": {
        "slt/google-authenticator": "*"
    }
}