PHP code example of mpijierro / identity-php

1. Go to this page and download the library: Download mpijierro/identity-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mpijierro / identity-php example snippets


$ composer 


use MPijierro\IdentityPhp\Identity;

$identity = new Identity();

$isValid = $identity->isValidCIF('fooBar'); //Example, check if CIF document is valid
//...
//...