shopgo / amazon-ses
一个将 Magento 2 与 Amazon SES 集成的模块
dev-master
2016-06-01 13:47 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- aws/aws-sdk-php: 3.*
- magento/framework: 100.0.*
This package is not auto-updated.
Last update: 2024-09-14 18:58:45 UTC
README
内容
摘要
一个将 Magento 2 与 Amazon SES 集成的模块。
概览
Amazon SES 模块提供了对 AWS SDK SES 函数的访问,以便其他模块也能从中受益。
安装
以下提供了两种安装 Amazon SES 模块的方法。
1. 通过 Composer 安装(推荐)
首先,请确保已安装 Composer: https://composer.php.ac.cn/doc/00-intro.md
确保 Packagist 仓库未禁用。
运行 Composer require 安装模块
php <your Composer install dir>/composer.phar require shopgo/amazon-ses:*
2. 克隆 Amazon SES 仓库
使用 HTTPS 或 SSH 协议克隆 amazon-ses 仓库。
2.1. 复制代码
创建一个用于 Amazon SES 模块的目录,并将克隆的仓库内容复制到其中
mkdir -p <your Magento install dir>/app/code/ShopGo/AmazonSes
cp -R <amazon-ses clone dir>/* <your Magento install dir>/app/code/ShopGo/AmazonSes
更新 Magento 数据库和模式
如果您将模块添加到现有的 Magento 安装中,请运行以下命令
php <your Magento install dir>/bin/magento setup:upgrade
验证模块是否已安装并启用
输入以下命令
php <your Magento install dir>/bin/magento module:status
以下确认您已正确安装模块,并且它已启用
example
List of enabled modules:
...
ShopGo_AmazonSes
...
测试
待办事项
贡献者
Ammar (ammar@shopgo.me)