PHPackages                             cardumen/cuit-cbu-validator - 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. cardumen/cuit-cbu-validator

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

cardumen/cuit-cbu-validator
===========================

Laravel CUIT CBU Validation for Argentina

2.1.4(8y ago)64644MITPHPPHP &gt;=7.0.0

Since May 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/desarrollo-cooperativo/laravel-cuit-cbu-validators)[ Packagist](https://packagist.org/packages/cardumen/cuit-cbu-validator)[ Docs](https://github.com/desarrollo-cooperativo/laravel-cuit-cbu-validators)[ RSS](/packages/cardumen-cuit-cbu-validator/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (1)Versions (7)Used By (0)

Laravel 5 CUIT CBU Validators for Argentina
===========================================

[](#laravel-5-cuit-cbu-validators-for-argentina)

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

[](#installation)

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

```
composer require cardumen/cuit-cbu-validator:~2.1.4

```

Add the Service Provider to the `provider` array in your `config/app.php`

```
Cardumen\CuitCbuValidator\LaravelCuitCbuValidator::class

```

Using
=====

[](#using)

Now you have a validator cuit and cbu

```
		$rules = [
            'cbu'=>['required',new \App\Rules\Cbu()],
            'cuit'=>['required',new \App\Rules\Cuit()],
            ];

```

Contributors
============

[](#contributors)

- Andrés Teszkiewicz - [Github](https://github.com/ateszki)

Company
=======

[](#company)

- Cardumen - [Github](https://github.com/desarrollo-cooperativo)

License
=======

[](#license)

This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~133 days

Recently: every ~0 days

Total

6

Last Release

2987d ago

Major Versions

1.0 → 2.02018-03-05

PHP version history (3 changes)1.0PHP &gt;=5.4.0

2.1.1PHP &gt;=7.1.0

2.1.3PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c387800eda8ab5449a5a6e6a08d6bbf263e0e72eb3cd4c72c1828dceef54dba?d=identicon)[ateszki](/maintainers/ateszki)

---

Top Contributors

[![ateszki](https://avatars.githubusercontent.com/u/1933831?v=4)](https://github.com/ateszki "ateszki (14 commits)")

---

Tags

validatorcbuargentinaCUIT

### Embed Badge

![Health badge](/badges/cardumen-cuit-cbu-validator/health.svg)

```
[![Health](https://phpackages.com/badges/cardumen-cuit-cbu-validator/health.svg)](https://phpackages.com/packages/cardumen-cuit-cbu-validator)
```

###  Alternatives

[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)[illuminatech/validation-composite

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

184485.5k](/packages/illuminatech-validation-composite)[laravel-validation-rules/phone

Validate that a phone number is in the correct format

69355.5k](/packages/laravel-validation-rules-phone)[iutrace/laravel-cuit-validator

Argentinian CUIT and CUIL Validator

1013.3k](/packages/iutrace-laravel-cuit-validator)

PHPackages © 2026

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