PHP utility to handle Mexico's RENAPO (Registro Nacional de Población) CURP (Clave Única de Registro de Población)
What is CURP? Clave Única de Registro de Población for the Mexican Population Registry: RENAPO Registro Nacional de Población.
The utility can be used to validate a CURP string.
echo (CURP::isValid('BAD-CURP-STRING') ? 'Yes' : 'No'); // No
php vendor/bin/phpunit tests/CurpTest.php
- Finish writing up this README
- Extract data from the CURP (Date of Birth, Gender, State of Birth)