2017 © Pedro Peláez
 

library human-name-parser

Takes human names of arbitrary complexity and various wacky formats and parses them out.

image

tlshaheen/human-name-parser

Takes human names of arbitrary complexity and various wacky formats and parses them out.

  • Wednesday, May 11, 2016
  • by tlshaheen
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,692 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 39 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Originally forked from

Name: HumanNameParse.php Version: 0.2 Date: 6 Sept. 2010 Author: Jason Priem jason@jasonpriem.com Website: http://jasonpriem.com/human-name-parse License: http://www.opensource.org/licenses/mit-license.php, (*1)

To Install

Add "tlshaheen/human-name-parser": "0.2" to your composer.json file and run composer update., (*2)

Description

Takes human names of arbitrary complexity and various wacky formats like:, (*3)

  • J. Walter Weatherman
  • de la Cruz, Ana M.
  • James C. ('Jimmy') O'Dell, Jr.

and parses out the:, (*4)

  • 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')

The Versions

11/05 2016

dev-master

9999999-dev

Takes human names of arbitrary complexity and various wacky formats and parses them out.

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

11/05 2016

0.3

0.3.0.0

Takes human names of arbitrary complexity and various wacky formats and parses them out.

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

11/05 2016

0.2

0.2.0.0

Takes human names of arbitrary complexity and various wacky formats and parses them out.

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0