PHPackages                             esplin/module-customernumber - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. esplin/module-customernumber

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

esplin/module-customernumber
============================

Magento2 Customer Number Module

1.0.0(1y ago)151OSL-3.0PHPPHP &gt;=7.4.0

Since Mar 6Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/resplin/magento2-module-customernumber)[ Packagist](https://packagist.org/packages/esplin/module-customernumber)[ RSS](/packages/esplin-module-customernumber/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

magento2-module-customernumber
==============================

[](#magento2-module-customernumber)

Magento2 module for adding Customer Number attribute

Magento 2 Customer Number Extension
===================================

[](#magento-2-customer-number-extension)

`esplin/module-customernumber`

Overview
--------

[](#overview)

The **Magento 2 Customer Number** extension introduces a new alphanumeric attribute, `Customer Number`, for customer accounts. This attribute serves as a unique identifier that can be mapped to external CRM or ERP systems, addressing a limitation in Open Source Magento where such an attribute is not natively available.

Features
--------

[](#features)

- **Adds a `Customer Number` attribute** to the Magento 2 customer entity.
- **Automatically appears in the Admin Customer Grid**, allowing for easy sorting and filtering.
- **Exposed via REST API**, ensuring seamless integration with external systems.
- **Supports alphanumeric values**, making it ideal for mapping to third-party applications.

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

1. Navigate to your Magento root directory.
2. Run the following commands: ```
    composer require esplin/module-customernumber
    bin/magento module:enable Esplin_CustomerNumber
    bin/magento setup:upgrade
    bin/magento cache:flush
    ```

Configuration
-------------

[](#configuration)

No additional configuration is required. The `Customer Number` attribute is automatically available in:

- **Admin Panel:** Under `Customers > All Customers`, as a column in the customer grid.
- **API Responses:** Included in Customer-related REST API endpoints.

API Usage
---------

[](#api-usage)

The `Customer Number` attribute is included in Magento's customer API responses. Example:

```
{
  "id": 1,
  "email": "customer@example.com",
  "firstname": "John",
  "lastname": "Doe",
  "custom_attributes": [
    {
      "attribute_code": "customer_number",
      "value": "CUST-12345"
    }
  ]
}
```

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

[](#compatibility)

- Magento Open Source 2.4.x and later.
- Compatible with PHP 7.4 and 8.x.

Support
-------

[](#support)

For issues or feature requests, please open an issue in this repository.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

484d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c8a9e65d081036eb852f74584f9d0cd68be832923952b15cd3d4efd5de5a446?d=identicon)[resplin](/maintainers/resplin)

---

Top Contributors

[![resplin](https://avatars.githubusercontent.com/u/766750?v=4)](https://github.com/resplin "resplin (5 commits)")[![ecin1resp1](https://avatars.githubusercontent.com/u/1794260?v=4)](https://github.com/ecin1resp1 "ecin1resp1 (1 commits)")

### Embed Badge

![Health badge](/badges/esplin-module-customernumber/health.svg)

```
[![Health](https://phpackages.com/badges/esplin-module-customernumber/health.svg)](https://phpackages.com/packages/esplin-module-customernumber)
```

###  Alternatives

[myxtype/eos-client

php eos client offline sign eosphp-ecc

462.1k](/packages/myxtype-eos-client)

PHPackages © 2026

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