PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Multi Factor Authentication   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Multi Factor Authentication
2 factor authentication independent of the vendor
Author: By
Last change:
Date: 4 years ago
Size: 1,178 bytes
 

Contents

Class file image Download
{ "name": "paragonie/multi-factor", "description": "Vendor-agnostic two-factor authentication library", "keywords": [ "TOTP", "HOTP", "two-factor", "two-factor authentication", "2FA", "TFA", "MFA", "multi-factor", "multi-factor authentication" ], "license": [ "GPL-3.0+", "MIT", "proprietary" ], "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Developer" } ], "support": { "issues": "https://github.com/paragonie/multi_factor/issues", "email": "info@paragonie.com", "source": "https://github.com/paragonie/multi_factor" }, "require": { "php": "^7", "bacon/bacon-qr-code": "^1", "paragonie/constant_time_encoding": "^2", "paragonie/hidden-string": "^1" }, "require-dev": { "phpunit/phpunit": "^6", "vimeo/psalm": "^3", "psalm/plugin-phpunit": "^0.5.5" }, "autoload-dev": { "classmap": [ "test/" ] }, "autoload": { "psr-4": { "ParagonIE\\MultiFactor\\": "src/" } } }