PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Iago Felicio   Laravel Gmail OAuth2   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Gmail OAuth2
Send messages via Gmail SMTP server using OAuth2
Author: By
Last change:
Date: 5 months ago
Size: 966 bytes
 

Contents

Class file image Download
{ "name": "iagofelicio/laravel-gmail-oauth2", "description": "Send emails with Gmail OAuth2 credentials instead of SMTP default access information", "keywords": [ "pending" ], "license": "MIT", "autoload": { "psr-4": { "Iagofelicio\\LaravelGmailOauth2\\": "src/" } }, "authors": [ { "name": "Iago Felicio", "email": "iagofelicio@gmail.com" } ], "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.0", "league/oauth2-google": "^4.0", "illuminate/support": "^7|^8|^9", "phpmailer/phpmailer": "^6.9" }, "require-dev": { "orchestra/testbench": "^6.7", "phpunit/phpunit": "^9.5" }, "extra": { "laravel": { "providers": [ "Iagofelicio\\LaravelGmailOauth2\\Providers\\GmailServiceProvider" ] } } }