A php library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm)
This is compatible with Google Authenticator apps available for Android and iPhone, and now in use on GMail
This is a fork of https://github.com/lelag/otphp with the following changes:
- Unit et Functional continuous tests using Travis-CI
- Code Quality information
- Better namespace usage
- Test coverage information
- 100% test coverage
- Issuer support
This software is release under MIT licence.