gopersonal/magento-plugin
Composer 安装命令:
composer require gopersonal/magento-plugin
包简介
Plugin for gopersonal personalization platform
README 文档
README
Description
The GoPersonal Magento Plugin enables seamless communication between your Magento 2 store and the GoPersonal personalization platform. GoPersonal is a powerful solution that allows you to create personalized experiences for your customers, enhancing engagement and driving conversions.
This module acts as a bridge, facilitating data exchange and integration between your Magento store and GoPersonal's personalization services.
Requirements
- Magento 2.3.x or higher
- PHP 7.0 or higher
Installation
You can install this module via Composer. Follow these steps:
-
Ensure you have Composer installed and configured with your Magento 2 project.
-
Run the following command in your Magento root directory to install the latest version from the main branch:
composer require gopersonal/magento-plugin:dev-main
If you prefer to install a specific version, you can specify the version number instead:
composer require gopersonal/magento-plugin:1.0.17
Replace 1.0.16 with the desired version number.
- Once the installation is complete, enable the module by running:
bin/magento module:enable Gopersonal_Magento bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento setup:upgrade
- Clear the cache:
bin/magento cache:clean
Upgrading
To upgrade the GoPersonal Magento Plugin to the latest version, follow these steps:
- From your Magento root directory, run the following command:
composer require gopersonal/magento-plugin:dev-main --update-with-dependencies
This command will update the module to the latest version from the main branch.
- After the composer update is complete, run the following Magento commands:
bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento cache:clean bin/magento setup:upgrade
- If you're upgrading from a significantly older version, make sure to check the changelog or release notes for any breaking changes or additional upgrade steps.
Note: If you prefer to upgrade to a specific version instead of the latest, replace dev-main with the desired version number in the composer command.
Configuration
After installation, you need to configure the module with your GoPersonal credentials:
- Log in to your Magento Admin panel.
- Navigate to Stores > Configuration > GoPersonal > General Settings.
- Enter your GoPersonal ClientId.
- Save the configuration.
Usage
Once installed and configured, the GoPersonal Magento Plugin will automatically handle the communication between your Magento store and the GoPersonal platform. This includes:
- Sending relevant customer data to GoPersonal
- Retrieving personalized content and recommendations
- Applying personalized experiences on your store frontend
For detailed usage instructions and advanced features, please refer to our official documentation.
Support
If you encounter any issues or have questions about this module, please:
- Check our FAQ section
- Contact our support team at support@gopersonal.com
Contributing
We welcome contributions to improve this module. Please submit pull requests to our GitHub repository.
gopersonal/magento-plugin 适用场景与选型建议
gopersonal/magento-plugin 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.49k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2024 年 08 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 gopersonal/magento-plugin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 gopersonal/magento-plugin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 3.49k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2024-08-09