From 6f96f67623cd89d233639d4a3a1b6ee0b5bbf966 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 14 Oct 2020 09:23:24 -0400 Subject: [PATCH] Add composer installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cddf9b4..0952439 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ PHP-Name-Parser PHP library to split names into their respective components. Besides detecting first and last names, this library attempts to handle prefixes, suffixes, initials and compound last names like "Von Fange". It also normalizes prefixes (Mister -> Mr.) and fixes capitalization (JOHN SMITH -> John Smith). +**Installation:** + + composer require joshfraser/php-name-parser + **Usage:** include("parser.php");