summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Janssen <rob@devcorner.nl>2015-03-20 15:17:44 +0100
committerRob Janssen <rob@devcorner.nl>2015-03-20 15:17:44 +0100
commit3fb25bf352b78b92c40882c851b4e55f05d267b5 (patch)
tree5490b39a2ffe306873218f2da96b356e14e1ee83
parent83fcd7f1418c852ce33062bf535b0c161a5047b8 (diff)
downloadTwoFactorAuth-3fb25bf352b78b92c40882c851b4e55f05d267b5.zip
TwoFactorAuth-3fb25bf352b78b92c40882c851b4e55f05d267b5.tar.gz
TwoFactorAuth-3fb25bf352b78b92c40882c851b4e55f05d267b5.tar.bz2
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22a5b0a..f58ad58 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# ![Logo](https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/logo.png) TwoFactorAuth class for PHP
+[![Build status](https://img.shields.io/travis/RobThree/TwoFactorAuth.svg?style=flat-square)](https://travis-ci.org/RobThree/TwoFactorAuth/builds)
[![Latest Stable Version](https://img.shields.io/packagist/v/robthree/twofactorauth.svg?style=flat-square)](https://packagist.org/packages/robthree/twofactorauth) [![License](https://img.shields.io/packagist/l/robthree/twofactorauth.svg?style=flat-square)](LICENSE) [![Downloads](https://img.shields.io/packagist/dt/robthree/twofactorauth.svg?style=flat-square)](https://packagist.org/packages/robthree/twofactorauth)
PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia.org/wiki/Multi-factor_authentication) using [TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) and [QR-codes](http://en.wikipedia.org/wiki/QR_code). Inspired by, based on but most importantly an *improvement* on '[PHPGangsta/GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'.