PMVC plugin for Google one time password base on 'PHPGangsta/GoogleAuthenticator'

dev-master 2018-05-13 07:00 UTC

This package is auto-updated.

Last update: 2024-04-12 02:37:09 UTC


README

Latest Stable Version Latest Unstable Version Build Status License Total Downloads

PMVC OTP Plugin

Install with Composer

1. Download composer

2. Install Use composer.json or use command-line directly

2.1 Install Use composer.json

  • vim composer.json
{
    "require": {
        "pmvc-plugin/hello_world": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/hello_world