at path:
ROOT
/
vendors
/
PHPMailer-master
/
composer.json
run:
R
W
Run
PHPMailer-master
DIR
2026-04-09 04:12:40
R
W
Run
language
DIR
2026-04-19 20:27:56
R
W
Run
src
DIR
2026-04-09 04:12:40
R
W
Run
COMMITMENT
2.04 KB
2020-05-06 11:42:46
R
W
Run
Delete
Rename
LICENSE
25.91 KB
2020-05-06 11:42:46
R
W
Run
Delete
Rename
README.md
16 KB
2020-05-06 11:42:46
R
W
Run
Delete
Rename
SECURITY.md
4.48 KB
2020-05-06 11:42:46
R
W
Run
Delete
Rename
VERSION
5 By
2020-05-06 11:42:46
R
W
Run
Delete
Rename
composer.json
1.64 KB
2020-05-06 11:42:46
R
W
Run
Delete
Rename
get_oauth_token.php
4.75 KB
2026-03-20 06:01:35
R
W
Run
Delete
Rename
index.php
375 By
2020-07-07 23:24:56
R
W
Run
Delete
Rename
error_log
up
📄
composer.json
Save
{ "name": "phpmailer/phpmailer", "type": "library", "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "funding": [ { "url": "https://github.com/synchro", "type": "github" } ], "require": { "php": ">=5.5.0", "ext-ctype": "*", "ext-filter": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8 || ^5.7", "doctrine/annotations": "^1.2" }, "suggest": { "psr/log": "For optional PSR-3 debug logging", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "ext-mbstring": "Needed to send email in multibyte encoding charset", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "autoload-dev": { "psr-4": { "PHPMailer\\Test\\": "test/" } }, "license": "LGPL-2.1-only" }