PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP 2FA   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP 2FA
Send messages using Gmail 2 Factor Authentication
Author: By
Last change:
Date: Yesterday
Size: 346 bytes
 

Contents

Class file image Download
{ "name": "faustino/php_2fa", "type": "no", "license": "MIT", "autoload": { "psr-4": { "App\\": "src/" } }, "authors": [ { "name": "faustinopsy", "email": "rodrigohipnose@gmail.com" } ], "require": { "phpmailer/phpmailer": "^6.9" } }