We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334bb27 commit 00d79c7Copy full SHA for 00d79c7
README.md
@@ -3,6 +3,11 @@ This is an implementation of the Luhn Algorithm in PHP. The Luhn Algorithm is
3
used to validate things like credit cards and national identifcation numbers.
4
More information on the algorithm can be found at [Wikipedia](http://en.wikipedia.org/wiki/Luhn_algorithm)
5
6
+## Installation
7
+Can be installed using composer:
8
+
9
+ "nekman/luhn-algorithm": "2.*"
10
11
## Usage
12
Use the class like this:
13
0 commit comments