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

https://github.com/aochoae/checkdigit-algorithms-php

Damm, Luhn and Verhoeff algorithms
https://github.com/aochoae/checkdigit-algorithms-php

checkdigit damm-algorithm luhn-algorithm verhoeff-algorithm

Last synced: 4 months ago
JSON representation

Damm, Luhn and Verhoeff algorithms

Awesome Lists containing this project

README

          

# Check digit algorithms

[![CircleCI](https://dl.circleci.com/status-badge/img/circleci/P8zYxsfE41FNrt2ohcdfya/KqeiFzsrrrSf2xZxQh6gvs/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/circleci/P8zYxsfE41FNrt2ohcdfya/KqeiFzsrrrSf2xZxQh6gvs/tree/main)

Algorithms:

* Damm algorithm
* Luhn algorithm
* Verhoeff algorithm

## Requirements

* PHP version 5.6 or greater

## Install

composer require luisalberto/checkdigit-algorithms

## Usage

isValid("48721484");

## License

Copyright 2021, 2024 Luis A. Ochoa

See [LICENSE](LICENSE) for the full license text.