codenteq/azure-mailer-driver
最新稳定版本:v1.0.1
Composer 安装命令:
composer require codenteq/azure-mailer-driver
包简介
The Microsoft Azure ACS integration for Symfony Mailer.
README 文档
README
1. Introduction:
The integration of Microsoft Azure ACS for Symfony Mailer provides a simple and clean email API supported by the Symfony Azure Mailer Bridge component.
2. Requirements
- PHP: 8.1 or higher.
- Composer: 1.6.5 or higher.
3. Installation
First time using Azure ECS? Create your Azure account, if you don’t have one already.
- Run the following command
composer require codenteq/azure-mailer-driver
Set mail config
WARNING
It will check existence of theconfig/mail.phpfile, if it exists then please update the file manually with the below details.
'mailers' => [ 'azure' => [ 'transport' => 'azure', 'resource_name' => env('AZURE_MAIL_RESOURCE_NAME'), 'endpoint' => env('AZURE_MAIL_ENDPOINT', 'https://my-acs-resource-name.communication.azure.com'), 'access_key' => env('AZURE_MAIL_KEY'), 'api_version' => env('AZURE_MAIL_API_VERSION', '2023-03-31'), 'disable_user_tracking' => env('AZURE_MAIL_DISABLE_TRACKING', false), 'client' => [ 'max_host_connections' => 10, 'max_pending_pushes' => 100, ] ],
WARNING
It will check existence of the .env file, if it exists then please update the file manually with the below details.
# Mail service entries... MAIL_MAILER=azure # Azure Service entries AZURE_MAIL_RESOURCE_NAME=my-acs-resource-name # AZURE_MAIL_ENDPOINT= #optional AZURE_MAIL_KEY=Base64AzureAccessToken # AZURE_MAIL_API_VERSION=2023-03-31 #optional # AZURE_MAIL_DISABLE_TRACKING=false #optional
just sent your notification mail messages!
Available resources
How to contribute
Azure Mailer Driver is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our Contribution Guideline document.
Acknowledgments
This repository is a fork of the original project created by Rafael Villa Verde. The code has been modified and improved for compatibility with the Symfony framework and packaged for easier use with Composer. Special thanks to the original author for their work. You can find the original repository here: https://github.com/hafael/azure-mailer-driver.
codenteq/azure-mailer-driver 适用场景与选型建议
codenteq/azure-mailer-driver 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 151 次下载、GitHub Stars 达 5, 最近一次更新时间为 2024 年 04 月 22 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「mailer」 「symfony」 「api」 「sdk」 「azure」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 codenteq/azure-mailer-driver 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 codenteq/azure-mailer-driver 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 codenteq/azure-mailer-driver 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
The bundle for easy using json-rpc api on your project
A PSR-7 compatible library for making CRUD API endpoints
Creates new sare mail transport for laravel applications
Bundle Symfony DaplosBundle
Mandrill Api Integration for Yii2
Build and send emails.
统计信息
- 总下载量: 151
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 31
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-22