PHPackages                             nameparse/nameparse-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. nameparse/nameparse-php

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

nameparse/nameparse-php
=======================

NameParse is a name parsing service, this is the php sdk

v1.0.0(6y ago)06MITPHPCI failing

Since Apr 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/nameparse/nameparse-php)[ Packagist](https://packagist.org/packages/nameparse/nameparse-php)[ Docs](https://www.nameparse.com/)[ RSS](/packages/nameparse-nameparse-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP SDK for the NameParse Service
=================================

[](#php-sdk-for-the-nameparse-service)

A fast way to add the [www.nameparse.com](https://www.nameparse.com) service into your PHP projects.

Installation
------------

[](#installation)

The recommended way to install the NameParse SDK is through Composer.

```
composer require nameparse/nameparse-php-sdk
```

Usage
-----

[](#usage)

```
$np = new NameParse(['key'=>'your_name_parse_key_here']);
$results = $np->parse("Chris Schuld");

$f = $results->getFirst();
$l = $results->getLast();
```

Tests
-----

[](#tests)

Tests are executed via PHPUnit. You will need to use composer to install the dev

```
./vendor/bin/phpunit
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2231d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/231867?v=4)[Chris Schuld](/maintainers/cbschuld)[@cbschuld](https://github.com/cbschuld)

---

Top Contributors

[![cbschuld](https://avatars.githubusercontent.com/u/231867?v=4)](https://github.com/cbschuld "cbschuld (2 commits)")

---

Tags

sdkparsingnameshuman names

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nameparse-nameparse-php/health.svg)

```
[![Health](https://phpackages.com/badges/nameparse-nameparse-php/health.svg)](https://phpackages.com/packages/nameparse-nameparse-php)
```

###  Alternatives

[parsica-php/parsica

The easiest way to build robust parsers in PHP.

412140.4k4](/packages/parsica-php-parsica)[kingsquare/php-mt940

Simple MT940 parser in PHP

105806.1k2](/packages/kingsquare-php-mt940)[denissimon/formula-parser

Parsing and evaluating mathematical formulas given as strings.

81306.8k3](/packages/denissimon-formula-parser)[jbroadway/slimdown

A simple regex-based Markdown parser.

357.7k](/packages/jbroadway-slimdown)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
