elite-remote-firm/magento2-customer-attribute

Adds a unique, read-only UUID attribute to Magento 2 customers with GraphQL and admin grid support.

Maintainers

Package info

github.com/SyedFakharAbbas/magento2-customer-attribute

Type:magento2-module

pkg:composer/elite-remote-firm/magento2-customer-attribute

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-06-11 10:48 UTC

This package is auto-updated.

Last update: 2026-07-11 11:08:40 UTC


README

Magento 2 module that adds a unique, system-managed uuid attribute to customers — with GraphQL exposure, admin grid display, automatic assignment, and read-only enforcement.

Composer package: elite-remote-firm/magento2-customer-attribute
Module: EliteRemoteFirm_CustomerAttribute

Quick Install

composer require elite-remote-firm/magento2-customer-attribute:^1.0
bin/magento module:enable EliteRemoteFirm_CustomerAttribute
bin/magento setup:upgrade
bin/magento indexer:reindex customer_grid
bin/magento cache:flush

Features

  • RFC 4122 v4 UUID customer attribute (unique, read-only)
  • Auto-assigned to existing customers on install
  • Auto-assigned to new customers on creation
  • GraphQL Customer.uuid field (authenticated)
  • Admin customer grid column
  • Unit and integration tests included

Documentation

Full documentation covering installation, GraphQL API access, admin usage, and testing procedures:

DOCUMENTATION.md

Requirements

  • Magento 2.4.x
  • PHP 8.3+
  • magento/module-customer-graph-ql

License

Proprietary