| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Algorithms:
composer require luisalberto/checkdigit-algorithms
<?php
require_once(dirname( __FILE__ ) . '/vendor/autoload.php');
$luhn = new \LuisAlberto\CheckDigit\LuhnCheckDigit();
$luhn->isValid("48721484");
Copyright 2021, 2024 Luis A. Ochoa
See LICENSE for the full license text.
| Back | FazBrowse Home | New Git URL |