wika-group / magento2-wika-user-data-api
Module to encapsulate the access to the WIKA user data azure API
Package info
github.com/WIKA-Group/magento2-wika-user-data-api
Type:magento2-module
pkg:composer/wika-group/magento2-wika-user-data-api
1.3.0
2026-08-18 08:30 UTC
Requires
- php: ^8.2
- firebase/php-jwt: ^6.10 || ^7.0
- league/oauth2-client: ^2.9
- magento/framework: *
- masterzydra/magento2-ucache: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
