wika-group/magento2-wika-user-data-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

wika-group/magento2-wika-user-data-api

最新稳定版本:1.2.0

Composer 安装命令:

composer require wika-group/magento2-wika-user-data-api

包简介

Module to encapsulate the access to the WIKA user data azure API

README 文档

README

Magento2 Module to encapsulate the access to the WIKA user data azure API.

For example of response see internal wiki.

Usage

class Demo {
    public function __construct(
        private \WikaGroup\WikaUserDataApi\Helper\Data $userDataApi,
    ) { }

    public function doWork()
    {
        $userData = $this->userDataApi->getUserData('john.doe@example.com');
        if ($userData === null) {
            // No data found for given email - or error (see log file)
            return;
        }
        
        // Process data
        $userData['id'];
    }
}

Configuration

The configuration can be found in the admin backend under:
Stores -> Settings -> Configuration -> WIKA GROUP -> WIKA User Data API

image

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-26