PHP Classes

File: readme.rst

Recommend this page to a friend!
  Classes of Asad Ullah   PHP Google Authenticator with CodeIgniter   readme.rst   Download  
File: readme.rst
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Google Authenticator with CodeIgniter
2fa Google Authenticator implementation
Author: By
Last change:
Date: 5 years ago
Size: 835 bytes
 

Contents

Class file image Download

Google Authenticator(2fa) With CodeIgniter

Integrate Two Factor Authentication with Google Authenticator into the Codeigniter project

* Developer Setup *

* Prerequisites *

  • PHP version 5.6 or newer is recommended.
  • Be sure you have npm and composer installed.

It should work on 5.3.7 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.

Installation

  1. Clone the repo
git clone https://github.com/asad041/google-authenticator-ci

  1. Go to the ```Application\third_party```
  2. Add the dependency by using composer
composer require sonata-project/google-authenticator