PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe MyMail   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe MyMail
Compose and send email messages using PHPMailer
Author: By
Last change: #9, cleanup
Resolved #6, Update To PHPMailer 6.x
Resolved #4, Update To PHPMailer 6.x
Date: 3 years ago
Size: 1,067 bytes
 

Contents

Class file image Download
{ "name": "dframe/mymail", "description": "Mail component for Dframe framework", "keywords": [ "mailings", "mail", "dframe", "email", "newsletter", "notification", "smtp", "imap", "pop3" ], "homepage": "https://dframeframework.com/en/docs/myMail/master/configuration", "type": "library", "license": "MIT", "require": { "php": ">=7.1", "phpmailer/phpmailer": "^6.1" }, "authors": [ { "name": "S?awomir Kaleta", "email": "slaszka@gmail.com" } ], "autoload": { "psr-4": { "Dframe\\MyMail\\": "src/" } }, "autoload-dev": { "psr-4": { "Dframe\\MyMail\\Tests\\": "tests" } }, "require-dev": { "dframe/dframe": "^v4.0", "dframe/database": "^2.0", "phpunit/phpunit": "^6.1" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }