https://github.com/zhooravell/php-luhn-checksum
Luhn algorithm php function
https://github.com/zhooravell/php-luhn-checksum
luhn-algorithm php
Last synced: 1 day ago
JSON representation
Luhn algorithm php function
- Host: GitHub
- URL: https://github.com/zhooravell/php-luhn-checksum
- Owner: zhooravell
- License: mit
- Created: 2018-08-29T06:52:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T09:46:49.000Z (almost 6 years ago)
- Last Synced: 2025-08-15T14:30:05.337Z (10 months ago)
- Topics: luhn-algorithm, php
- Language: PHP
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Luhn algorithm function
> A PHP function providing simple checksum formula used to validate a variety of identification numbers .
[](https://travis-ci.com/zhooravell/php-luhn-checksum)
## Installing
``` sh
$ composer require zhuravel/php-luhn-checksum
```
## Example
```php