phpmussel/phpmailer
Composer 安装命令:
composer require phpmussel/phpmailer
包简介
Uses PHPMailer to provide 2FA and email notifications support for phpMussel v3+
README 文档
README
What is phpMussel?
An ideal solution for shared hosting environments, where it's often not possible to utilise or install conventional anti-virus protection solutions, phpMussel is a PHP script designed to detect trojans, viruses, malware and other threats within files uploaded to your system wherever the script is hooked, based on the signatures of ClamAV and others.
What's this repository for?
This provides a bridge between phpMussel and PHPMailer, enabling phpMussel to utilise PHPMailer for two-factor authentication, email notification about blocked file uploads, etc.
composer require phpmussel/phpmailer
Example:
<?php // Path to vendor directory. $Vendor = __DIR__ . DIRECTORY_SEPARATOR . 'vendor'; // Composer's autoloader. require $Vendor . DIRECTORY_SEPARATOR . 'autoload.php'; $Loader = new \phpMussel\Core\Loader(); $Scanner = new \phpMussel\Core\Scanner($Loader); $FrontEnd = new \phpMussel\FrontEnd\FrontEnd($Loader, $Scanner); $Web = new \phpMussel\Web\Web($Loader, $Scanner); $Loader->Events->addHandler('sendMail', new \phpMussel\PHPMailer\Linker($Loader)); $Web->scan(); $FrontEnd->view(); unset($Web, $FrontEnd, $Scanner, $Loader);
Documentation:
- English
- العربية
- Deutsch
- Español
- Français
- Bahasa Indonesia
- Italiano
- 日本語
- 한국어
- Nederlandse
- Português
- Русский
- اردو
- Tiếng Việt
- 中文(简体)
- 中文(傳統)
See also:
- phpMussel/phpMussel – The main phpMussel repository (you can get phpMussel versions prior to v3 from here).
- phpMussel/Core – phpMussel core (dedicated Composer version).
- phpMussel/CLI – phpMussel CLI-mode (dedicated Composer version).
- phpMussel/FrontEnd – phpMussel front-end (dedicated Composer version).
- phpMussel/Web – phpMussel upload handler (dedicated Composer version).
- phpMussel/Examples – Prebuilt examples for phpMussel (useful for users which don't want to use Composer to install phpMussel).
- phpMussel/plugin-boilerplates – This repository contains boilerplate code which can be used to create new plugins for phpMussel.
- phpMussel/Plugin-PHPMailer – Provides 2FA and email notifications support for phpMussel v3+.
- CONTRIBUTING.md – Contribution guidelines.
Last Updated: 1 July 2024 (2024.07.01).
phpmussel/phpmailer 适用场景与选型建议
phpmussel/phpmailer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 67.93k 次下载、GitHub Stars 达 4, 最近一次更新时间为 2020 年 06 月 14 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 phpmussel/phpmailer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 phpmussel/phpmailer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 67.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 22
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-06-14