PHP code example of talgatfox / php-iin-validator

1. Go to this page and download the library: Download talgatfox/php-iin-validator 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/ */

    

talgatfox / php-iin-validator example snippets


use Talgatfox\IinValidator\IinValidator;

$validator = new IinValidator();
$isValid = $validator->validate($iinString); // returns true if it's valid otherwise false

json
""talgatfox/php-iin-validator" : "0.1.*"
}