horat1us/luhn-algorithm
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
时间:2025-06-11 12:51
thewebsolver/luhn-algorithm
PHP library to validate digits such as Credit Card Number, IMEI number, etc. with Luhn Algorithm
时间:2024-09-12 06:06
designbycode/luhn-algorithm
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
时间:2024-06-19 14:24
marjovanlier/southafricanidvalidator
Validate South African 13-digit ID numbers (YYMMDDSSSSCAZ) with date, citizenship, and Luhn checksum verification
时间:2024-01-05 12:55
nekman/luhn-algorithm
Implementation of the Luhn algorithm in PHP. Used in validation of credit card numbers and some national identification numbers.
时间:2014-03-13 13:54