challgren/php-aws-smtp-password
Composer 安装命令:
composer require challgren/php-aws-smtp-password
包简介
Converts an AWS secret access key to a SMTP password.
README 文档
README
Converts an AWS secret access key to a SMTP password.
This library helps you convert and IAM user credentials to SES SMTP credentials.
The SMTP username is the Access Key ID. The password can be derived by using a formula provided by AWS at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html
Installation
PhpAwsSmtpPassword convert is available on Packagist (using semantic versioning), and installation via Composer is the recommended way to install this. Just add this line to your composer.json file:
"challgren/php-aws-smtp-password": "^1.0"
or run
composer require challgren/php-aws-smtp-password
A Simple example
<?php use PhpAwsSmtpPassword\PhpAwsSmtpPassword; $smtp_password = PhpAwsSmtpPassword::convert($key, $region)
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-14