Download the PHP package davidgorges/human-name-parser without Composer
On this page you can find all versions of the php package davidgorges/human-name-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package human-name-parser
Note: The 1.0 release requires PHP > 7.1.
Description
Fork from HumanNameParser.php origninally by Jason Priem [email protected]. Takes human names of arbitrary complexity and various wacky formats like:
- J. Walter Weatherman
- de la Cruz, Ana M.
- James C. ('Jimmy') O'Dell, Jr.
- Dr. James C. ('Jimmy') O'Dell, Jr.
and parses out the:
- leading initial (Like "J." in "J. Walter Weatherman")
- first name (or first initial in a name like 'R. Crumb')
- nicknames (like "Jimmy" in "James C. ('Jimmy') O'Dell, Jr.")
- middle names
- last name (including compound ones like "van der Sar' and "Ortega y Gasset"), and
- suffix (like 'Jr.', 'III')
- title (like 'Dr.', 'Prof') new
How to use
All versions of human-name-parser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package davidgorges/human-name-parser contains the following files
Loading the files please wait ....