PHPackages                             magematch/module-customer-uuid - 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. [API Development](/categories/api)
4. /
5. magematch/module-customer-uuid

ActiveMagento2-module[API Development](/categories/api)

magematch/module-customer-uuid
==============================

Assigns a unique UUID v4 attribute to every Magento 2 customer, exposes it via GraphQL, and displays it read-only in the admin customer grid and form.

03PHP

Since May 15Pushed 3w agoCompare

[ Source](https://github.com/arjundhi/module-customer-uuid)[ Packagist](https://packagist.org/packages/magematch/module-customer-uuid)[ RSS](/packages/magematch-module-customer-uuid/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Magematch\_CustomerUuid
=======================

[](#magematch_customeruuid)

This module adds a `uuid` field to every customer and shows it in admin and GraphQL.

Compatibility
-------------

[](#compatibility)

VersionPHP8.1 – 8.5Magento / Adobe Commerce2.4.6 – 2.4.9Install
-------

[](#install)

### Composer (VCS / GitHub)

[](#composer-vcs--github)

Add the repo to your `composer.json`:

```
"repositories": [
    {
        "type": "vcs",
    "url": "https://github.com/arjundhi/module-customer-uuid.git"
    }
]
```

Install and run setup:

```
composer require magematch/module-customer-uuid
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
```

Reindex the customer grid so the UUID column appears:

```
bin/magento indexer:reindex customer_grid
```

### Manual

[](#manual)

```
cp -r . app/code/Magematch/CustomerUuid
bin/magento module:enable Magematch_CustomerUuid
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
bin/magento indexer:reindex customer_grid
```

What it does
------------

[](#what-it-does)

- Adds a `uuid` attribute to customers.
- Fills UUID for existing customers during `setup:upgrade`.
- Generates UUID for new customers automatically.
- Shows UUID in **Customers → All Customers** grid.
- Makes UUID read-only in admin edit form.
- Exposes UUID in GraphQL for logged-in customers.

GraphQL example
---------------

[](#graphql-example)

```
query {
  customer {
    uuid
  }
}
```

Tests
-----

[](#tests)

```
vendor/bin/phpunit app/code/Magematch/CustomerUuid/Test/Unit
```

Uninstall
---------

[](#uninstall)

```
bin/magento module:uninstall Magematch_CustomerUuid --remove-data
```

Backward compatibility
----------------------

[](#backward-compatibility)

- Supports Magento 2.4.6 – 2.4.9 with PHP 8.1+.
- Uses core Magento APIs only, no new platform dependencies.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance62

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/25de70104e0bb9357f7dc83de70315741d4b04931f7104e96f48e0b0e7b32ee8?d=identicon)[arjundhi](/maintainers/arjundhi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/magematch-module-customer-uuid/health.svg)

```
[![Health](https://phpackages.com/badges/magematch-module-customer-uuid/health.svg)](https://phpackages.com/packages/magematch-module-customer-uuid)
```

###  Alternatives

[facebook/php-business-sdk

PHP SDK for Facebook Business

90923.5M35](/packages/facebook-php-business-sdk)[exsyst/swagger

A php library to manipulate Swagger specifications

35916.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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