PHPackages                             pollin14/laravel-curp-validation - 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. pollin14/laravel-curp-validation

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

pollin14/laravel-curp-validation
================================

A set of validation rules specific to validate Mexico's CURP.

v1.0.2(5y ago)2902MITPHPPHP 7.2.\* | 7.3.\* | 7.4.\*

Since Jan 22Pushed 5y ago2 watchersCompare

[ Source](https://github.com/pollin14/laravel-curp-validation)[ Packagist](https://packagist.org/packages/pollin14/laravel-curp-validation)[ RSS](/packages/pollin14-laravel-curp-validation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Laravel CURP Validations
========================

[](#laravel-curp-validations)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![codecov](https://camo.githubusercontent.com/88906c557602708032f18a857d0c1e53e2f48a81eec64e849d13ba7139afc810/68747470733a2f2f636f6465636f762e696f2f67682f706f6c6c696e31342f6c61726176656c2d637572702d76616c69646174696f6e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/pollin14/laravel-curp-validation)![Workflow](https://github.com/pollin14/laravel-curp-validation/workflows/PHP%20Composer/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/44e423aa0f2d992b90081c0180cbd376d17e2685c2a5f6f0e4bfa7f0e90b7fc5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706f6c6c696e31342f6c61726176656c2d637572702d76616c69646174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pollin14/laravel-curp-validation)[![Version](https://camo.githubusercontent.com/2d944f2e65b6e8c343de967634a302d2202f720fffa9afa1a807e2e8f4301d99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706f6c6c696e31342f6c61726176656c2d637572702d76616c69646174696f6e3f7374796c653d666c6174)](https://img.shields.io/packagist/v/pollin14/laravel-curp-validation?style=plastic)

A set of validation rules specific to validate Mexico's CURP.

It requires Laravel &gt;= 5 and PHP &gt;= 7.2.

Install
-------

[](#install)

```
composer require pollin14/laravel-curp-validation
```

Usage
-----

[](#usage)

If you are using Laravel &gt;= 6 and PHP &gt;= 7.3 then you can install

```
composer require illuminatech/validation-composite
```

and use `CurpRule`.

```
