PHP Classes

File: api/library/PHPMailer-master/composer.json

Recommend this page to a friend!
  Classes of adriano123456   API Voucher PHP School Management System   api/library/PHPMailer-master/composer.json   Download  
File: api/library/PHPMailer-master/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: API Voucher PHP School Management System
Manage school activities, courses and students
Author: By
Last change:
Date: 1 year ago
Size: 849 bytes
 

Contents

Class file image Download
{ "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" } ], "require": { "php": ">=5.0.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "*", "phpunit/phpunit": "4.1.*" }, "autoload": { "classmap": ["class.phpmailer.php", "class.pop3.php", "class.smtp.php"] }, "license": "LGPL-2.1" }