2017 © Pedro Peláez
 

library pubmed

API Wrapper to fetch PubMed article(s) with id(s) or by author name(s)

image

titugeorge/pubmed

API Wrapper to fetch PubMed article(s) with id(s) or by author name(s)

  • Tuesday, January 3, 2017
  • by TituGeorge
  • Repository
  • 2 Watchers
  • 1 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PubMed API Wrapper

API wrapper helps you to fetch PubMed articles with following features:, (*1)

  • Get PubMed article(s) with name(s)
  • Get PubMed article(s) with id(s)

Usage and sample code to get PubMed article(s) by Name(s)! :+1:, (*2)


$name = "chris"; $count = 5; print_r( PubMed::getPubMedArticleByName( $name, $count ) ); /* Parameters: $name ( Mandatory ), can accommodate multiple names combination with comma separated string like ( "Chris, John" ) $count ( NonMandatory and default count will be 10, This represent how many records need to be retrieved) */

Usage and sample code to get PubMed article(s) by Id(s)! :+1:, (*3)


// Multiple id(s) can be passed to the api wrapper $id = array('28030999', '28023346'); print_r( PubMed::getPubMedArticleByIds($id) );

App Config:, (*4)


'providers' => [ TituGeorge\PubMed\PubmedServiceProvider::class, ], 'aliases' => [ 'PubMed' => TituGeorge\PubMed\Facade\Pubmed::class, ],

Please feel free to contact me titugeorge@gmail.com, (*5)

Checkout my online Portfolio, (*6)

Reference:

  • NCBI National Center for Biotechnology Information

The Versions

03/01 2017

dev-master

9999999-dev http://titugeorge.com

API Wrapper to fetch PubMed article(s) with id(s) or by author name(s)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

by Avatar TituGeorge

laravel article ncbi pubmed

03/01 2017

v1.0.0

1.0.0.0 http://titugeorge.com

API Wrapper to fetch PubMed article(s) with id(s) or by author name(s)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

by Avatar TituGeorge

laravel article ncbi pubmed