Skip to content

SamMakesCode/luhn-mod-16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luhn-mod-16

A library for calculating Luhn Mod 16 checksums in PHP. Especially useful for those dealing with Royal Mail labels.

Installation

Download with composer by using:

composer require samlittler/luhn-mod-16

Usage

Usage is simple.

$checksum = \LuhnMod16\LuhnMod16::calculate($your_test_value);

About

A package for calculating LuhnMod checksums

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages