Skip to content

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

License

Notifications You must be signed in to change notification settings

Angle/mexico-curp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angle Mexico CURP

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages