PHPackages                             kyleweishaupt/cakephp-npi-registry - 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. [API Development](/categories/api)
4. /
5. kyleweishaupt/cakephp-npi-registry

ActiveCakephp-plugin[API Development](/categories/api)

kyleweishaupt/cakephp-npi-registry
==================================

CakePHP Plugin for interacting with the NPPES NPI Registry.

0.0.2(3y ago)09MITPHPPHP &gt;=7.4

Since Feb 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kyleweishaupt/cakephp-npi-registry)[ Packagist](https://packagist.org/packages/kyleweishaupt/cakephp-npi-registry)[ Docs](https://github.com/kyleweishaupt/cakephp-npi-registry)[ RSS](/packages/kyleweishaupt-cakephp-npi-registry/feed)WikiDiscussions main Synced 1mo ago

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

NPI Registry Plugin
===================

[](#npi-registry-plugin)

[CakePHP](https://cakephp.org/) plugin for interacting with the [NPPES NPI Registry API](https://npiregistry.cms.hhs.gov/api-page).

Intro
-----

[](#intro)

This is intended to be a few simple tools to make it easier to query and validate individual providers and organizations on the registry.

The package is mainly a wrapper for converting requests and responses from the API into PHP classes.

The API client is based on version 2.1 as it is the only supported/recommended version at the time of creation.

Disclaimer
----------

[](#disclaimer)

This package is NOT affiliated with CMS and/or the U.S. government in any way, shape or form. This is simply a PHP abstraction to a public and free API provided by CMS.

There is no warranty whatsoever and using this package is entirely at your own risk. Any nefarious or malicious use is strictly forbidden.

Install
-------

[](#install)

Using [Composer](https://getcomposer.org/) to install:

```
composer require kyleweishaupt/cakephp-npi-registry

```

Then update `src/Application.php`:

```
public function bootstrap()
{
    $this->addPlugin('NPIRegistry');
}
```

Usage
-----

[](#usage)

To Do: Improve this.

```
use NPIRegistry\NPIRegistryService;

NPIRegistryService::individuals()->searchByName(string $name);
NPIRegistryService::organizations()->searchByName(string $name);
```

Contributing
------------

[](#contributing)

This may or may not be maintained in the future.

If you need this functionality for a production environment, I highly recommend forking the repository.

License
-------

[](#license)

Copyright (c) 2023-present, Licensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Every ~0 days

Total

2

Last Release

1181d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/233199b4aba5f2c6e54bf291778af10669c6165737fec2068887d74a67014193?d=identicon)[kyleweishaupt](/maintainers/kyleweishaupt)

---

Top Contributors

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

---

Tags

apicakephpcmsnpi

### Embed Badge

![Health badge](/badges/kyleweishaupt-cakephp-npi-registry/health.svg)

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

###  Alternatives

[aheinze/cockpit

Cockpit Headless CMS

5.4k2.0k4](/packages/aheinze-cockpit)[getkirby/kql

Kirby Query Language

15124.3k](/packages/getkirby-kql)[bcrowe/cakephp-api-pagination

CakePHP 4 plugin that injects pagination information into API responses.

3953.5k1](/packages/bcrowe-cakephp-api-pagination)[joy/voyager-api

This Laravel/Voyager module adds REST Api with swagger support to Voyager.

204.7k3](/packages/joy-voyager-api)[a2design-company/mandrill-cakephp-plugin

Mandrill CakePHP plugin

193.2k](/packages/a2design-company-mandrill-cakephp-plugin)

PHPackages © 2026

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