Download the PHP package luisalberto/checkdigit-algorithms without Composer
On this page you can find all versions of the php package luisalberto/checkdigit-algorithms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download luisalberto/checkdigit-algorithms
More information about luisalberto/checkdigit-algorithms
Files in luisalberto/checkdigit-algorithms
Download luisalberto/checkdigit-algorithms
More information about luisalberto/checkdigit-algorithms
Files in luisalberto/checkdigit-algorithms
Vendor luisalberto
Package checkdigit-algorithms
Short Description Check Digit Algorithms
License MIT
Homepage https://github.com/aochoae/checkdigit-algorithms-php
Package checkdigit-algorithms
Short Description Check Digit Algorithms
License MIT
Homepage https://github.com/aochoae/checkdigit-algorithms-php
Please rate this library. Is it a good library?
Informations about the package checkdigit-algorithms
Check digit algorithms
Algorithms:
- Damm algorithm
- Luhn algorithm
- Verhoeff algorithm
Requirements
- PHP version 5.6 or greater
Install
composer require luisalberto/checkdigit-algorithms
Usage
<?php
require_once(dirname( __FILE__ ) . '/vendor/autoload.php');
$luhn = new \LuisAlberto\CheckDigit\LuhnCheckDigit();
$luhn->isValid("48721484");
License
Copyright 2021, 2024 Luis A. Ochoa
See LICENSE for the full license text.
All versions of checkdigit-algorithms with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package luisalberto/checkdigit-algorithms contains the following files
Loading the files please wait ....