PHPackages                             systemcode/customer-identity-brazil-enhanced - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. systemcode/customer-identity-brazil-enhanced

ActiveMagento2-module[Validation &amp; Sanitization](/categories/validation)

systemcode/customer-identity-brazil-enhanced
============================================

Separate CPF, CNPJ, Social Name and Trade Name fields for Brazil Customer Identity.

1.0.0(1mo ago)141OSL-3.0PHP

Since Jun 12Pushed 1mo agoCompare

[ Source](https://github.com/m2-systemcode/CustomerIdentityBrazilEnhanced)[ Packagist](https://packagist.org/packages/systemcode/customer-identity-brazil-enhanced)[ RSS](/packages/systemcode-customer-identity-brazil-enhanced/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

System Code Brazil Customer Identity Enhanced
=============================================

[](#system-code-brazil-customer-identity-enhanced)

About Module
------------

[](#about-module)

Extends Brazil Customer Identity with dedicated CPF, CNPJ, Social Name, and Trade Name attributes. Adds configurable visibility, validation, and optional sync to Magento native Tax/VAT and name fields for compatibility with core templates and integrations.

Requires [CustomerIdentityBrazil](https://github.com/m2-systemcode/CustomerIdentityBrazil).

### Configuration

[](#configuration)

**Stores &gt; Configuration &gt; System Code &gt; Brazil Customer Identity**

Enhanced options appear under **Extra Fields Synchronization**, **Individual (CPF)**, and **Corporation (CNPJ)**.

### Screenshots

[](#screenshots)

#### Admin Configuration

[](#admin-configuration)

[![Admin Configuration](.github/images/configuration.png)](.github/images/configuration.png)

#### Frontend

[](#frontend)

[![Customer Registration](.github/images/frontend.png)](.github/images/frontend.png)

### Requirements

[](#requirements)

- `systemcode/customer-identity-brazil`

### How to install

[](#how-to-install)

#### ✓ Install by Composer (recommended)

[](#-install-by-composer-recommended)

```
composer require systemcode/customer-identity-brazil systemcode/customer-identity-brazil-enhanced
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:upgrade

```

#### ✓ Install Manually

[](#-install-manually)

- Copy module to folder `app/code/SystemCode/CustomerIdentityBrazilEnhanced` and run commands:

```
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:di:compile
php bin/magento setup:upgrade

```

### Suggested installation bundles

[](#suggested-installation-bundles)

These modules are not required by Brazil Customer Identity Enhanced, but work well together for a complete Brazilian storefront.

#### Address essentials

[](#address-essentials)

Custom street labels, street prefix, and CEP autocomplete.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-street-lines \
  systemcode/customer-street-prefix \
  systemcode/customer-address-autocomplete-brazil

```

#### Address autocomplete + registration

[](#address-autocomplete--registration)

Collect the customer address during account creation.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-address-registration

```

#### Address + Brazilian identity

[](#address--brazilian-identity)

Combine address autocomplete with CPF/CNPJ customer identity.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-identity-brazil

```

#### Full Brazilian storefront stack

[](#full-brazilian-storefront-stack)

Address, identity, registration, street labels, and street prefix.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-address-registration \
  systemcode/customer-street-lines \
  systemcode/customer-street-prefix \
  systemcode/customer-identity-brazil

```

#### Full stack with Enhanced identity

[](#full-stack-with-enhanced-identity)

Dedicated CPF, CNPJ, Social Name, and Trade Name fields.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-address-registration \
  systemcode/customer-street-lines \
  systemcode/customer-street-prefix \
  systemcode/customer-identity-brazil \
  systemcode/customer-identity-brazil-enhanced

```

### License

[](#license)

OSL-3.0

### Authors

[](#authors)

- [Eduardo Diogo Dias](https://github.com/eduardoddias)

---

Sobre o Módulo
--------------

[](#sobre-o-módulo)

Estende a Identidade do Cliente (Brasil) com atributos dedicados de CPF, CNPJ, Razão Social e Nome Fantasia. Adiciona visibilidade configurável, validação e sincronização opcional com os campos nativos Tax/VAT e nome do Magento para compatibilidade com modelos e integrações do core.

Requer o [CustomerIdentityBrazil](https://github.com/m2-systemcode/CustomerIdentityBrazil).

### Configuração

[](#configuração)

**Lojas &gt; Configuração &gt; System Code &gt; Brazil Customer Identity**

As opções Enhanced aparecem em **Sincronização de Campos Adicionais**, **Pessoa Física (CPF)** e **Pessoa Jurídica (CNPJ)**.

### Screenshots

[](#screenshots-1)

#### Configuração no Admin

[](#configuração-no-admin)

[![Configuração no Admin](.github/images/configuration.png)](.github/images/configuration.png)

#### Frontend

[](#frontend-1)

[![Customer Registration](.github/images/frontend.png)](.github/images/frontend.png)

### Requisitos

[](#requisitos)

- `systemcode/customer-identity-brazil`

### Como Instalar

[](#como-instalar)

#### ✓ Instalação via Composer (recomendado)

[](#-instalação-via-composer-recomendado)

```
composer require systemcode/customer-identity-brazil systemcode/customer-identity-brazil-enhanced
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:upgrade

```

#### ✓ Instalação Manual

[](#-instalação-manual)

- Copie o módulo para `app/code/SystemCode/CustomerIdentityBrazilEnhanced` e execute:

```
php bin/magento module:enable SystemCode_CustomerIdentityBrazilEnhanced
php bin/magento setup:di:compile
php bin/magento setup:upgrade

```

### Combinações de instalação sugeridas

[](#combinações-de-instalação-sugeridas)

Estes módulos não são obrigatórios para o Brazil Customer Identity Enhanced, mas combinam bem para uma loja brasileira completa.

#### Essenciais de endereço

[](#essenciais-de-endereço)

Rótulos de rua, prefixo de logradouro e autocomplete de CEP.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-street-lines \
  systemcode/customer-street-prefix \
  systemcode/customer-address-autocomplete-brazil

```

#### Autocomplete + cadastro

[](#autocomplete--cadastro)

Coleta o endereço do cliente já no cadastro.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-address-registration

```

#### Endereço + identidade brasileira

[](#endereço--identidade-brasileira)

Autocomplete de endereço com identidade CPF/CNPJ.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-identity-brazil

```

#### Stack completo brasileiro

[](#stack-completo-brasileiro)

Endereço, identidade, cadastro, rótulos de rua e prefixo de logradouro.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-address-registration \
  systemcode/customer-street-lines \
  systemcode/customer-street-prefix \
  systemcode/customer-identity-brazil

```

#### Stack completo com identidade Enhanced

[](#stack-completo-com-identidade-enhanced)

Campos dedicados de CPF, CNPJ, Razão Social e Nome Fantasia.

```
composer require systemcode/base systemcode/customer \
  systemcode/customer-address-autocomplete-brazil \
  systemcode/customer-address-registration \
  systemcode/customer-street-lines \
  systemcode/customer-street-prefix \
  systemcode/customer-identity-brazil \
  systemcode/customer-identity-brazil-enhanced

```

### Licença

[](#licença)

OSL-3.0

### Autores

[](#autores)

- [Eduardo Diogo Dias](https://github.com/eduardoddias)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da04c97689053a27ea48cbce0ef2628c75c789f23ccf6f0d36fa2fb518e1b606?d=identicon)[System Code](/maintainers/System%20Code)

---

Top Contributors

[![eduardoddias](https://avatars.githubusercontent.com/u/5066212?v=4)](https://github.com/eduardoddias "eduardoddias (1 commits)")

### Embed Badge

![Health badge](/badges/systemcode-customer-identity-brazil-enhanced/health.svg)

```
[![Health](https://phpackages.com/badges/systemcode-customer-identity-brazil-enhanced/health.svg)](https://phpackages.com/packages/systemcode-customer-identity-brazil-enhanced)
```

###  Alternatives

[hybridlogic/validation

A simple, extensible validation library for PHP with support for filtering and validating any input array along with generating client side validation code.

641.1k](/packages/hybridlogic-validation)

PHPackages © 2026

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