2017 © Pedro Peláez
 

library nppes-api

PHP Library to interact with the NPPES NPI Registry API

image

adesigns/nppes-api

PHP Library to interact with the NPPES NPI Registry API

  • Wednesday, November 29, 2017
  • by mikeyudin
  • Repository
  • 2 Watchers
  • 2 Stars
  • 349 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 142 % Grown

The README.md

NPPES NPI Registry API

This API allows you to easily look up providers using the NPI Registry API (https://npiregistry.cms.hhs.gov/registry/help-api)., (*1)

Installation

via composer:

composer require adesigns/nppes-api

Basic Usage

1. Search for providers by any number of parameters. Will return an ApiResponse object with all providers.

To search the registry by a non-unique parameter (IE number), pass an array of parameters to the search() method. Available parameters can be seen in the NPPES Demo @ https://npiregistry.cms.hhs.gov/api/demo, (*2)

$client = new NPPESApi();

$results = $client->search(array('last_name' => "Smith"));

var_dump($results);

1. Search for a single provider by NPI Number. Will return a single Provider object.

$client = new NPPESApi();

/** @var Provider **/
$provider = $client->searchByNumber(1234567890);

var_dump($provider);

The Versions

29/11 2017

dev-master

9999999-dev http://github.com/adesigns/nppes-api

PHP Library to interact with the NPPES NPI Registry API

  Sources   Download

MIT

The Requires

 

The Development Requires

knplabs pdf thumbnail wkhtmltopdf snapshot knp

29/11 2017

v1.0.1

1.0.1.0 http://github.com/adesigns/nppes-api

PHP Library to interact with the NPPES NPI Registry API

  Sources   Download

MIT

The Requires

 

The Development Requires

knplabs pdf thumbnail wkhtmltopdf snapshot knp

26/11 2017

v1.0.0

1.0.0.0 http://github.com/adesigns/nppes-api

PHP Library to interact with the NPPES NPI Registry API

  Sources   Download

MIT

The Requires

 

The Development Requires

knplabs pdf thumbnail wkhtmltopdf snapshot knp