beargroup / amazon-alexa-magento-2-module
Amazon Alexa integration
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- amzn/amazon-pay-and-login-with-amazon-core-module: ^3.0.0
- amzn/login-with-amazon-module: ^3.0.0
- magento/framework: ^102
- magento/module-backend: ^101
- magento/module-config: ^101
- magento/module-sales: ^102
- magento/module-store: ^101
- zendframework/zend-crypt: ^2.6 || ^3.0
This package is not auto-updated.
Last update: 2025-03-25 11:34:16 UTC
README
The Amazon_Alexa module provides Alexa Delivery Notifications for tracking numbers added to orders.
Installation
Install via composer (recommended):
$ composer require beargroup/amazon-alexa-magento-2-module
$ php bin/magento module:enable Amazon_Alexa
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean
Manual install:
$ mkdir -p app/code/Amazon/
$ git clone https://github.com/BearGroup/amazon-alexa-magento-2-module.git app/code/Amazon/Alexa
$ php bin/magento module:enable Amazon_Alexa
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean
Dependencies
You can find a list of modules in the require section of the composer.json
file located in the
same directory as this README.md
file.
Extension Points
Amazon Pay does not provide any specific extension points.