PHPackages                             fge/nucc - 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. fge/nucc

ActiveLibrary

fge/nucc
========

Algoritmo de nuc (verificacion)

0801JavaScript

Since Jan 31Pushed 7y ago2 watchersCompare

[ Source](https://github.com/yorb1990/fge.nucc)[ Packagist](https://packagist.org/packages/fge/nucc)[ RSS](/packages/fge-nucc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Registro y verificación de NUC
==============================

[](#registro-y-verificación-de-nuc)

Instalación
-----------

[](#instalación)

Instalar el paquete

```
composer require fge/nucc

```

Agregar en la tabla donde se vaya a guardar el NUC los siguientes datos:

```
$table->string('nuc', 14)->nullable();
$table->string('cvv', 4)->nullable();

```

Ejecutar el comando `php artisan migrate:fresh`Ejecutar el siguiente comando `php artisan vendor:publish --tag=nucg-components` para instalar el componente de nucg

Registro
--------

[](#registro)

Agregar en el archivo `.env` la variable `FGE_URL_NUC` que contiene la url del motor del NUC. Ejemplo: `FGE_URL_NUC=http://sistemas.fiscaliaveracruz.gob.mx/fge.nuc.server/public`

Añadir en el html que mande a llamar el NUC el siguiente script

```

```

Solicitar el componente en el formulario

```

```

Nota: Al solicitar NUC por primera vez se le solicitará el nombre del módulo para que se generé la clave del módulo. Commit: 41289a1

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/83c4a847ba3ea320a0b7342e075aa812cce30d28267476a968df3c1f7355affa?d=identicon)[krloz1003](/maintainers/krloz1003)

---

Top Contributors

[![krloz1003](https://avatars.githubusercontent.com/u/2747073?v=4)](https://github.com/krloz1003 "krloz1003 (44 commits)")[![yorb1990](https://avatars.githubusercontent.com/u/3219944?v=4)](https://github.com/yorb1990 "yorb1990 (13 commits)")

### Embed Badge

![Health badge](/badges/fge-nucc/health.svg)

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

PHPackages © 2026

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