An open API service indexing awesome lists of open source software.

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

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 .

[![Build Status](https://travis-ci.com/zhooravell/php-luhn-checksum.svg?branch=master)](https://travis-ci.com/zhooravell/php-luhn-checksum)

## Installing

``` sh
$ composer require zhuravel/php-luhn-checksum
```

## Example
```php