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
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-26
