PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of A. B. M. Mahmudul Hasan   OTP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OTP
Generate token to be verified during a time window
Author: By
Last change:
Date: 20 days ago
Size: 1,314 bytes
 

Contents

Class file image Download
{ "name": "infocyph/otp", "description": "Simple & Secure Generic OTP, OCRA (RFC6287), TOTP (RFC6238) & HOTP (RFC4226) solution!", "license": "MIT", "type": "library", "keywords": [ "otp", "hotp", "totp", "hmac", "sha", "ocra", "rfc4226", "rfc6238", "rfc6287", "sms-otp", "email-otp" ], "authors": [ { "name": "abmmhasan", "email": "abmmhasan@gmail.com" } ], "require": { "php": ">=8.4", "bacon/bacon-qr-code": "^3.1.1", "paragonie/constant_time_encoding": "^3.1.3", "psr/cache": "^3.0" }, "require-dev": { "infocyph/phpforge": "dev-main" }, "minimum-stability": "stable", "prefer-stable": true, "autoload": { "psr-4": { "Infocyph\\OTP\\": "src/" } }, "autoload-dev": { "psr-4": { "Infocyph\\OTP\\Tests\\": "tests/" } }, "config": { "allow-plugins": { "ergebnis/composer-normalize": true, "infocyph/phpforge": true, "pestphp/pest-plugin": true }, "classmap-authoritative": true, "optimize-autoloader": true, "sort-packages": true } }