Otphp Versions Save

:closed_lock_with_key: A PHP library for generating one time passwords according to RFC 4226 (HOTP) and the RFC 6238 (TOTP)

v10.0.2

2 years ago
  • Improve documentation (#140)
  • Add .github to .gitattributes (#141)
  • Allow thecodingmachine/safe:^2. (#147)
  • Allow thecodingmachine/safe major version 2 (#150)

v10.0.1

4 years ago

v10.0.0

4 years ago

v9.1.4

5 years ago

This new bug release includes #129 (than's to @andrewfenn)

v9.1.3

5 years ago

This version fixes #125 / #126 by reverting changes from #107

v9.1.2

5 years ago

Minor correction allowing beberlei/assert v3.x to be used

v9.1.1

5 years ago

This version fix a bug on Google Authenticator (iOS version) when trailing = are present.

v8.3.3

5 years ago

*This minor release fixes the dependency compatibility with random_compat #111 @jcoby

v9.1.0

6 years ago

This new minor release includes the folowing changes:

  • [New feature]: Implement TOTP T0 (epoch) parameter according to RFC 6238 (see #100/#101 @deeky666)
  • [improvement]: Small fixes (see #98 @exussum12)

v9.0.3

6 years ago
  • Bug fixed: #96.