Download the PHP package quarryteam/module-customer-uuid without Composer
On this page you can find all versions of the php package quarryteam/module-customer-uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download quarryteam/module-customer-uuid
More information about quarryteam/module-customer-uuid
Files in quarryteam/module-customer-uuid
Download quarryteam/module-customer-uuid
More information about quarryteam/module-customer-uuid
Files in quarryteam/module-customer-uuid
Vendor quarryteam
Package module-customer-uuid
Short Description Adds a unique UUID attribute to Magento customers
License proprietary
Package module-customer-uuid
Short Description Adds a unique UUID attribute to Magento customers
License proprietary
Please rate this library. Is it a good library?
Informations about the package module-customer-uuid
QuarryTeam_CustomerUuid
Adds a uuid attribute to customers:
- Stored in dedicated customer UUID EAV backend table with DB-level unique UUID constraint.
- Automatically generated for existing customers on install and for new customers on save.
- Exposed via GraphQL on the
Customertype asuuidfor authenticated customers. - Displayed on the Admin customer grid.
- Visible in Admin customer edit form (customer account section) and treated as immutable once set.
- UUID generation uses
ramsey/uuid(v4).
Installation (composer)
To install via composer:
GraphQL usage
API Access 1) Create a customer token
Response: a token string (JWT-like value depending on setup).
2) Query UUID via GraphQL Use the token in the Authorization header:
Example GraphQL query:
Tests
Unit tests (module-local)
Run PHPUnit for the module unit tests (requires Magento unit test framework setup):
All versions of module-customer-uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1 || ^8.2 || ^8.3
ramsey/uuid Version ^4.7
magento/framework Version ^103.0
magento/module-customer Version *
magento/module-customer-graph-ql Version *
ramsey/uuid Version ^4.7
magento/framework Version ^103.0
magento/module-customer Version *
magento/module-customer-graph-ql Version *
The package quarryteam/module-customer-uuid contains the following files
Loading the files please wait ...