PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Wepesi Mailer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Wepesi Mailer
Send email messages using a configured SMTP server
Author: By
Last change:
Date: 1 year ago
Size: 552 bytes
 

Contents

Class file image Download
{ "name": "wepesi/mailer", "description": "simple php module to help send smtp email using php mail function", "type": "library", "license": "Apache-2.0", "autoload": { "psr-4": { "Wepesi\\Mailer\\": "src/" } }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "minimum-stability": "dev", "require": { "php" : ">=7.4", "wepesi/optionsresolver": "dev-master", "wepesi/validation": "dev-master" } }