Search by

dotkernel / dot-totp

dotkernel

DotKernel TOTP authorization component

Package info

github.com/dotkernel/dot-totp

pkg:composer/dotkernel/dot-totp

Statistics

Installs: 1 269

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

1.0.0 2026-09-16 09:09 UTC

This package is auto-updated.

Last update: 2026-09-16 09:12:41 UTC


README

Dotkernel's TOTP authentication.

dot-totp implements RFC 6238 one-time passwords and renders enrolment QR codes with endroid/qr-code

Documentation

Documentation is available at: https://docs.dotkernel.org/dot-totp/.

Version History

Branch Release PSR-11 QR Code OSS Lifecycle PHP Version
1.0 >=1.0.0 1 || 2 endroid/qr-code OSS Lifecycle PHP from Packagist (specify version)

Badges

OSS Lifecycle PHP from Packagist (specify version)

GitHub issues GitHub forks GitHub stars GitHub license

Build Static codecov PHPStan

Installation

Install dotkernel/dot-totp by executing the following Composer command:

composer require dotkernel/dot-totp

Then register Dot\Totp\ConfigProvider::class in your configuration aggregator (to config/config.php for example) and add the options described in the documentation.