Download the PHP package pearl/aadhaar-validator without Composer
On this page you can find all versions of the php package pearl/aadhaar-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pearl/aadhaar-validator
More information about pearl/aadhaar-validator
Files in pearl/aadhaar-validator
Download pearl/aadhaar-validator
More information about pearl/aadhaar-validator
Files in pearl/aadhaar-validator
Please rate this library. Is it a good library?
Informations about the package aadhaar-validator
Validate aadhaar number using Verhoeff algorithm in PHP language.
Installation
composer require pearl/aadhaar-validator
How to use?
use Pearl\AadhaarValidator\AadhaarValidator;
$obj = new AadhaarValidator();
$obj->validate("999999990019");
//returns true
$obj->validate("999999990020");
//return false
$obj->validate("999999990026");
//return true
$obj->validate("233214435423");
//return false
All versions of aadhaar-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6|~7
The package pearl/aadhaar-validator contains the following files
Loading the files please wait ....