PHPackages                             webmob/customer - 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. webmob/customer

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

webmob/customer
===============

Add Fields on Customer Account Page for Magento 2

1.3.1(2y ago)324OSL-3.0HTMLPHP ~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0

Since Jan 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/rz0705/Add-Fields-on-Customer-Account-Page-for-Magento-2)[ Packagist](https://packagist.org/packages/webmob/customer)[ RSS](/packages/webmob-customer/feed)WikiDiscussions main Synced 1mo ago

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

Add Fields on Customer Account Page for Magento-2
=================================================

[](#add-fields-on-customer-account-page-for-magento-2)

Using Composer:
---------------

[](#using-composer)

```
composer require webmob/customer
```

Installation via app/code:
--------------------------

[](#installation-via-appcode)

Unzip the module and upload the content of the module inside the code/Custom folder. This will not overwrite the existing Magento folder or files, only the new contents will be added.

After the successful upload of the package, run the below commands on the Magento 2 root directory.

Step-1: Run the below command to enable the module

```
sudo php bin/magento module:enable Custom_Customer
```

Step-2: Run the below command to check the module status

```
sudo php bin/magento module:status Custom_Customer
```

Step-3: Apply database schema and data updates

```
sudo php bin/magento setup:upgrade
```

Step-4: Compile Dependency Injection (DI) configuration for optimization

```
sudo php bin/magento setup:di:compile
```

Step-5: Deploy static view files (force deploy, overwriting existing files)

```
sudo php bin/magento setup:static-content:deploy -f
```

Step-6: Clear Magento cache

```
sudo php bin/magento cache:clean
```

Step-7: Flush Magento cache (remove all items from the cache)

```
sudo php bin/magento cache:flush
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

861d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58964b4d9161c74633b9666ec93d57f95bd97a3283d6b8ca331b771d0dd6e1a3?d=identicon)[ronitz](/maintainers/ronitz)

---

Top Contributors

[![rz0705](https://avatars.githubusercontent.com/u/147372858?v=4)](https://github.com/rz0705 "rz0705 (3 commits)")

### Embed Badge

![Health badge](/badges/webmob-customer/health.svg)

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

###  Alternatives

[delight-im/str

Convenient object-oriented operations on strings

68336.2k2](/packages/delight-im-str)

PHPackages © 2026

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