Download the PHP package jp3cki/totp without Composer
On this page you can find all versions of the php package jp3cki/totp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package totp
totp
PHP implementation of RFC6238 (TOTP: Time-Based One-Time Password Algorithm).
Requirements
- PHP (64-bits): PHP 8.1 or later
- PHP Extensions: hash
Install
- Set up Composer, the de facto standard package manager.
php composer.phar require jp3cki/totp
Usage
License
Copyright (c) 2015-2024 AIZAWA Hina <[email protected]>
Contributing
Patches and/or report issues are welcome.
- Please create new branch for each issue or feature. (should not work in master branch)
- Please write and run test.
$ make test
- Please run check-style for static code analysis and coding rule checking.
$ make check-style
- Please clean up commits.
- Please create new pull-request for each issue or feature.
- Please use Japanese or very simple English to create new pull-request or issue.
Breaking Changes
-
v3.0.0
- Minimum environment is now PHP 8.1
- v2.0.0
- Minimum environment is now PHP 7.2
- Argument types are now strictly enforced
- Removed
Random::generate*()
. Always userandom_bytes()
now.
All versions of totp with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 8.1
php-64bit Version >= 8.1
ext-hash Version *
christian-riesen/base32 Version ^1.6
php-64bit Version >= 8.1
ext-hash Version *
christian-riesen/base32 Version ^1.6
The package jp3cki/totp contains the following files
Loading the files please wait ....