qu-modules/qu-phpmailer
Composer 安装命令:
composer require qu-modules/qu-phpmailer
包简介
ZF2 module for PHPMailer
关键字:
README 文档
README
ZF2 module for PHPMailer
Release Notes
1.0.0-dev
- Initiation PHPMailer in zf2
Requirements
- ZendSkeletonApplication https://github.com/zendframework/ZendSkeletonApplication
Installation
- Drag a folder into modules folder or vendor folder
- Enable the module application.config.php
Installation by Composer
See the information if not known composer and clone git
cd YourFolderProject/
php composer.phar require "qu-modules/qu-phpmailer":"dev-master"
Integration
$sm = $this->getServiceLocator(); $mail = $sm->get('QuPHPMailer'); $mail = $mail->Mail(); $mail->Send();
References usage and conditions in PHPMailer
- View read me in QuPHPMailer/src/PHPMailer
统计信息
- 总下载量: 1.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2012-11-26