定制 wagento/module-sms-notifications 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

wagento/module-sms-notifications

Composer 安装命令:

composer require wagento/module-sms-notifications

包简介

Sends transactional SMS notifications through the LINK Mobility messaging service

README 文档

README

Wagento SMS Notifications integrates Magento 2 with the LINK Mobility mobile messaging service to send transactional text notifications. Customers can be notified when their order is successfully placed as well as when it is invoiced, shipped, canceled, refunded, held or released.

Detailed instructions for installation, configuration and usage can be found in the User Guide.

Requirements

  • PHP 7.3.0+ or 7.4.0+ (recommended)
  • Magento Open Source/Commerce 2.3.0+ or 2.4.0+ (recommended)
  • A LINK Mobility account

Installation

Composer (recommended)

We highly recommend purchasing the extension from the Magento Marketplace, where you can receive the latest version for free. Once purchased, you can use the following commands to install it from a terminal or command prompt:

$ cd /path/to/your/site
$ composer require wagento/module-sms-notifications

Manual

This extension can be downloaded from GitHub and installed into the app/code directory of your Magento installation with these commands:

$ cd /path/to/your/site/app/code
$ mkdir Wagento
$ cd Wagento
$ git clone git@github.com:wagento/sms-notifications.git SMSNotifications

Post-Install

After installing the extension for the first time, please run these commands to enable it:

$ cd /path/to/your/site
$ php bin/magento module:enable Wagento_SMSNotifications

Once you have enabled the extension, please follow the instructions in the Post-Install, Post-Update or Post-Uninstall section to complete the installation process.

Updating

Composer

If you've installed the extension from the Magento Marketplace using Composer, run these commands from your terminal or command prompt to update it:

$ cd /path/to/your/site
$ composer update wagento/module-sms-notifications

Manual

If you've installed the extension from GitHub manually, run these commands from your terminal or command prompt to update it:

$ cd /path/to/your/site/app/code/Wagento/SMSNotifications
$ git pull

Uninstalling

Composer

If you've installed the extension from the Magento Marketplace using Composer, run these commands from your terminal or command prompt to remove its data and package:

$ cd /path/to/your/site
$ php bin/magento module:uninstall -r Wagento_SMSNotifications

Manual

If you've installed the extension manually, run these commands from your terminal or command prompt to remove its data:

$ cd /path/to/your/site/app/code
$ rm -rf Wagento/SMSNotifications
$ mysql -u your_user -p your_database <<'SQL'
DROP TABLE `directory_telephone_prefix`;
DROP TABLE `sms_subscription`;
DELETE FROM `eav_attribute` WHERE `attribute_code` LIKE 'sms_mobile%';
DELETE FROM `core_config_data` WHERE `path` LIKE 'sms_notifications/%';
SQL

Post-Install, Post-Update or Post-Uninstall

To complete the installation, update or uninstall process, please run these commands:

$ cd /path/to/your/site
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy

Configuration

The settings can configured in the Admin panel at Stores > Settings > Configuration > General > SMS Notifications. For detailed descriptions of the available options, please refer to the User Guide.

Support

If you experience any issues or errors while using the extension, please open a ticket by sending an e-mail to support@wagento.com. Be sure to include your domain, PHP version, Magento version, a detailed description of the problem including steps to reproduce it and any other relevant information. We do our best to respond to all legitimate inquires within 48 business hours.

License

The source code contained in this extension is licensed under version 3.0 of the Open Software License (OSL-3.0). A full copy of the license can be found in the LICENSE.txt file.

History

A full history of the extension can be found in the CHANGELOG.md file.

Contributing

We welcome any and all feedback, suggestions and improvements submitted via issues and pull requests on GitHub. For guidelines, please see the CONTRIBUTING.md document.

Credits

This extension was developed by Joseph Leedy and Yair García Torres of Wagento in co-operation with LINK Mobility.

wagento/module-sms-notifications 适用场景与选型建议

wagento/module-sms-notifications 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.08k 次下载、GitHub Stars 达 11, 最近一次更新时间为 2019 年 06 月 17 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 wagento/module-sms-notifications 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 wagento/module-sms-notifications 我们能提供哪些服务?
定制开发 / 二次开发

基于 wagento/module-sms-notifications 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 3.08k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 19
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 2
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2019-06-17