Skip to content

Commit 00d79c7

Browse files
committed
Readme
1 parent 334bb27 commit 00d79c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ This is an implementation of the Luhn Algorithm in PHP. The Luhn Algorithm is
33
used to validate things like credit cards and national identifcation numbers.
44
More information on the algorithm can be found at [Wikipedia](http://en.wikipedia.org/wiki/Luhn_algorithm)
55

6+
## Installation
7+
Can be installed using composer:
8+
9+
"nekman/luhn-algorithm": "2.*"
10+
611
## Usage
712
Use the class like this:
813

0 commit comments

Comments
 (0)