PHPackages                             globalinnovation/laravel-cuit-validation-rule - 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. globalinnovation/laravel-cuit-validation-rule

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

globalinnovation/laravel-cuit-validation-rule
=============================================

Rule for the validation of the CUIT (Argentina) within Laravel Validator.

1.4.0(4y ago)332MITPHPPHP &gt;=7.0.0

Since Aug 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/global-innovation/laravel-cuit-validation-rule)[ Packagist](https://packagist.org/packages/globalinnovation/laravel-cuit-validation-rule)[ Docs](https://github.com/globalinnovation/laravel-cuit-validation-rule)[ RSS](/packages/globalinnovation-laravel-cuit-validation-rule/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (9)Used By (0)

Laravel Validator Rule for CUIT
===============================

[](#laravel-validator-rule-for-cuit)

Installation
============

[](#installation)

To install this package include it in your `composer.json`

```
composer require globalinnovation/laravel-cuit-validation-rule
```

Add the following lines to the `boot` method of the `AppServiceProvider` class ([Check Laravel documentation](https://laravel.com/docs/5.8/validation#custom-validation-rules)):

```
Validator::extend('cuit', 'GlobalInnovation\Validation\Rules\CUIT@validate');
Validator::replacer('cuit', "The CUIT is invalid.");
```

Remember to add the following line bellow `namespace` line of the `AppServiceProvider` class:

```
use Illuminate\Support\Facades\Validator;

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Every ~98 days

Recently: every ~139 days

Total

8

Last Release

1771d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0e5c2e9a5d1e59540374a5d826fd0bb2bd51c319876b0ff9d55089ce4c049fc?d=identicon)[matiasperrone](/maintainers/matiasperrone)

---

Top Contributors

[![matiasperrone](https://avatars.githubusercontent.com/u/2567511?v=4)](https://github.com/matiasperrone "matiasperrone (15 commits)")

---

Tags

argentinacuitlaravel-validatorlaravelvalidatorruleargentinaCUIT

### Embed Badge

![Health badge](/badges/globalinnovation-laravel-cuit-validation-rule/health.svg)

```
[![Health](https://phpackages.com/badges/globalinnovation-laravel-cuit-validation-rule/health.svg)](https://phpackages.com/packages/globalinnovation-laravel-cuit-validation-rule)
```

###  Alternatives

[illuminatech/validation-composite

Allows uniting several validation rules into a single one for easy re-usage

184485.5k](/packages/illuminatech-validation-composite)[iutrace/laravel-cuit-validator

Argentinian CUIT and CUIL Validator

1013.3k](/packages/iutrace-laravel-cuit-validator)[timacdonald/rule-builder

A fluent rule builder for Laravel validation rule generation.

1027.7k](/packages/timacdonald-rule-builder)[stuyam/laravel-phone-validator

A phone validator for Laravel using the free Twilio phone lookup service.

2861.3k](/packages/stuyam-laravel-phone-validator)[laravel-validation-rules/us-state

Validate US States and Canada Provinces

16172.7k](/packages/laravel-validation-rules-us-state)[laravel-validation-rules/timezone

Validate that a given timezone is valid.

2119.0k](/packages/laravel-validation-rules-timezone)

PHPackages © 2026

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