anglemx/mexico-curp

PHP utility to handle Mexico's RENAPO (Registro Nacional de Población) CURP (Clave Única de Registro de Población)

v0.2.0 2022-05-10 21:42 UTC

This package is auto-updated.

Last update: 2024-11-11 03:19:29 UTC


README

PHP utility to handle Mexico's RENAPO (Registro Nacional de Población) CURP (Clave Única de Registro de Población)

CURP

What is CURP? Clave Única de Registro de Población for the Mexican Population Registry: RENAPO Registro Nacional de Población.

How to Use

Validate CURP strings

The utility can be used to validate a CURP string.

echo (CURP::isValid('BAD-CURP-STRING') ? 'Yes' : 'No'); // No

Tests

php vendor/bin/phpunit tests/CurpTest.php

TO-DO

  • Finish writing up this README
  • Extract data from the CURP (Date of Birth, Gender, State of Birth)