PHPackages                             wika-group/magento2-wika-user-data-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wika-group/magento2-wika-user-data-api

ActiveMagento2-module

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

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

1.2.0(1y ago)115MITPHPPHP ^8.2

Since Mar 26Pushed 1y agoCompare

[ Source](https://github.com/WIKA-Group/magento2-wika-user-data-api)[ Packagist](https://packagist.org/packages/wika-group/magento2-wika-user-data-api)[ RSS](/packages/wika-group-magento2-wika-user-data-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Mage2 Module WIKA User Data API
===============================

[](#mage2-module-wika-user-data-api)

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

For example of response see internal wiki.

Usage
-----

[](#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
-------------

[](#configuration)

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

[![image](doc/Settings.png)](doc/Settings.png)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance49

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Total

4

Last Release

372d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7955eb510adaa883809d0df0ac4fa7e582f18fe9f6ea79463fc57a8b368bda0?d=identicon)[WIKA-Group](/maintainers/WIKA-Group)

![](https://www.gravatar.com/avatar/cb8b8450a7a9abe3de10bc9420023bc1b7deac8c3487821b01ba54be07de85c9?d=identicon)[MasterZydra](/maintainers/MasterZydra)

---

Top Contributors

[![MasterZydra](https://avatars.githubusercontent.com/u/44842054?v=4)](https://github.com/MasterZydra "MasterZydra (5 commits)")

---

Tags

azuremagento2

### Embed Badge

![Health badge](/badges/wika-group-magento2-wika-user-data-api/health.svg)

```
[![Health](https://phpackages.com/badges/wika-group-magento2-wika-user-data-api/health.svg)](https://phpackages.com/packages/wika-group-magento2-wika-user-data-api)
```

###  Alternatives

[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[smile/module-debug-toolbar

Smile Debug Toolbar

146247.6k2](/packages/smile-module-debug-toolbar)[lillik/magento2-price-decimal

Magento 2 Price Decimal Precision

111147.5k](/packages/lillik-magento2-price-decimal)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
