otphp

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

MIT License

Downloads
29.9M
Stars
1.3K
Committers
25

Bot releases are hidden (Show)

otphp - 11.2.1 Latest Release

Published by Spomky 6 months ago

Release Notes for 11.2.1

11.2.x bugfix release (patch)

11.2.1

bug

otphp - 11.1.1

Published by Spomky 6 months ago

Release Notes for 11.1.1

11.1.x bugfix release (patch)

11.1.1

otphp - 11.0.3

Published by Spomky 6 months ago

Release Notes for 11.0.3

11.0.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

DX,documentation

otphp - 11.2.0

Published by Spomky over 1 year ago

Release Notes for 11.2.0

Feature release (minor)

11.2.0

otphp - 11.1.0

Published by Spomky almost 2 years ago

Release Notes for 11.1.0

11.1.0

DX,enhancement

otphp - Version 11.0.2

Published by Spomky about 2 years ago

otphp - Version 11.0.1

Published by Spomky over 2 years ago

otphp - v11.0.0

Published by Spomky over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Spomky-Labs/otphp/compare/v10.0.1...v11.0.0

otphp - Version 10.0.3

Published by Spomky over 2 years ago

What's Changed

  • setSecret is now a public method #154

Full Changelog: https://github.com/Spomky-Labs/otphp/compare/v10.0.2...v10.0.3

otphp - Version 10.0.2

Published by Spomky over 2 years ago

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

Published by Spomky over 4 years ago

otphp -

Published by Spomky about 5 years ago

otphp - Version 9.1.4

Published by Spomky over 5 years ago

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

otphp - Version 9.1.3

Published by Spomky almost 6 years ago

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

otphp - Version 9.1.2

Published by Spomky almost 6 years ago

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

otphp - Version9.1.1

Published by Spomky almost 6 years ago

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

otphp - Version 8.3.3

Published by Spomky about 6 years ago

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

otphp - Version 9.1.0

Published by Spomky over 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)
otphp - Version 9.0.3

Published by Spomky almost 7 years ago

  • Bug fixed: #96.
otphp - Version 8.3.2

Published by Spomky about 7 years ago

This new minor release fixes #80.

The Base32 encoder is now provided by Paragonie.