PHPackages                             medicalmundi/npi-registry-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. medicalmundi/npi-registry-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

medicalmundi/npi-registry-php-sdk
=================================

HTTP client for the NPI Registry Public records api.

v0.1.6(1y ago)12.5k2[3 PRs](https://github.com/MedicalMundi/npi-registry-sdk/pulls)1MITPHPPHP ^7.4 || ^8.0CI passing

Since Nov 18Pushed 2w ago1 watchersCompare

[ Source](https://github.com/MedicalMundi/npi-registry-sdk)[ Packagist](https://packagist.org/packages/medicalmundi/npi-registry-php-sdk)[ GitHub Sponsors](https://github.com/pMononoke)[ RSS](/packages/medicalmundi-npi-registry-php-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (7)Dependencies (8)Versions (12)Used By (1)

NPI Registry SDK
================

[](#npi-registry-sdk)

HTTP client for the [National Provider Identifier Registry Public records api](https://npiregistry.cms.hhs.gov/registry/help-api).

[![CI](https://github.com/MedicalMundi/npi-registry-sdk/workflows/CI/badge.svg?branch=main)](https://github.com/MedicalMundi/npi-registry-sdk/workflows/CI/badge.svg?branch=main)[![Version](https://camo.githubusercontent.com/8726b312d5dee409545aac85a61ea464fc9b8f496ac51a663c163c67d9c0144c/68747470733a2f2f706f7365722e707567782e6f72672f6d65646963616c6d756e64692f6e70692d72656769737472792d7068702d73646b2f76657273696f6e)](//packagist.org/packages/medicalmundi/npi-registry-php-sdk)[![License](https://camo.githubusercontent.com/493aad0f4a54909b844fde6a790bc94bf817954c8654afbb99879973cd61db4a/68747470733a2f2f706f7365722e707567782e6f72672f6d65646963616c6d756e64692f6e70692d72656769737472792d7068702d73646b2f6c6963656e7365)](//packagist.org/packages/medicalmundi/npi-registry-php-sdk)[![Total Downloads](https://camo.githubusercontent.com/ca3a5fb7cdfa9c3b984defe4d51b621e4f8ddbe27164d9e22758a761c42092eb/68747470733a2f2f706f7365722e707567782e6f72672f6d65646963616c6d756e64692f6e70692d72656769737472792d7068702d73646b2f646f776e6c6f616473)](//packagist.org/packages/medicalmundi/npi-registry-php-sdk)[![Latest Unstable Version](https://camo.githubusercontent.com/188035cda0cc8612c28308030b8834afacdb720ade032e43860527852c17f0fb/68747470733a2f2f706f7365722e707567782e6f72672f6d65646963616c6d756e64692f6e70692d72656769737472792d7068702d73646b2f762f756e737461626c65)](//packagist.org/packages/medicalmundi/npi-registry-php-sdk)[![composer.lock](https://camo.githubusercontent.com/b86194825b875975ca6e31a8835ceb8466262e13e18dba87e440203aae837986/68747470733a2f2f706f7365722e707567782e6f72672f6d65646963616c6d756e64692f6e70692d72656769737472792d7068702d73646b2f636f6d706f7365726c6f636b)](//packagist.org/packages/medicalmundi/npi-registry-php-sdk)

⚠ Launching early stage releases (0.x.x) could break the API according to [Semantic Versioning 2.0](https://semver.org/). We are using *minor* for breaking changes. This will change with the release of the stable `1.0.0` version.

Requirements
------------

[](#requirements)

- PHP ^7.4 | ^8.0
- PHP ext-json

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

[](#installation)

The preferred method of installation is to use composer:

```
$ composer require medicalmundi/npi-registry-php-sdk
```

Usage
-----

[](#usage)

You create a Npi registry SDK like so:

```
use MedicalMundi\NpiRegistry\SDK\NpiRegistry;

$npiRegistry = NpiRegistry::connect();
```

Searching providers
-------------------

[](#searching-providers)

You create a Npi registry service, use a search resource like so:

```
use MedicalMundi\NpiRegistry\SDK\NpiRegistry;

$npiRegistry = NpiRegistry::connect();
$npiRegistry->search
            ->where('version', '2.1') // api version is mandatory
            ->where('city', 'atlanta')
            ->fetch();
```

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance69

Regular maintenance activity

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.9% 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

Every ~234 days

Recently: every ~349 days

Total

7

Last Release

639d ago

PHP version history (2 changes)v0.1.0PHP ^7.4

v0.1.3PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d51ae970b2a5a1cee867a4426c457841fd61409077b8182332b4ee34c232e0e?d=identicon)[teclaizerai](/maintainers/teclaizerai)

---

Top Contributors

[![zerai](https://avatars.githubusercontent.com/u/2405279?v=4)](https://github.com/zerai "zerai (86 commits)")[![pMononoke](https://avatars.githubusercontent.com/u/38298992?v=4)](https://github.com/pMononoke "pMononoke (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/medicalmundi-npi-registry-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/medicalmundi-npi-registry-php-sdk/health.svg)](https://phpackages.com/packages/medicalmundi-npi-registry-php-sdk)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M519](/packages/shopware-core)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10139.4k5](/packages/bitrix24-b24phpsdk)[sproutcms/cms

Enterprise content management and framework

242.2k4](/packages/sproutcms-cms)

PHPackages © 2026

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