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)64864MITPHPPHP &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 2w 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 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

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

3038d 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://avatars.githubusercontent.com/u/1933831?v=4)[Andrés Teszkiewicz](/maintainers/ateszki)[@ateszki](https://github.com/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.3M50](/packages/proengsoft-laravel-jsvalidation)[sunspikes/clamav-validator

Custom Laravel anti-virus validator for file uploads using ClamAV.

3712.0M5](/packages/sunspikes-clamav-validator)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2422.3M6](/packages/laravel-validation-rules-credit-card)[illuminatech/validation-composite

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

180517.4k](/packages/illuminatech-validation-composite)[sadegh19b/laravel-persian-validation

A comprehensive Laravel validation package for Persian text, numbers, dates, and Iranian national identifiers

18596.0k1](/packages/sadegh19b-laravel-persian-validation)[laravel-validation-rules/phone

Validate that a phone number is in the correct format

69365.2k](/packages/laravel-validation-rules-phone)

PHPackages © 2026

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