titugeorge/pubmed 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

titugeorge/pubmed

Composer 安装命令:

composer require titugeorge/pubmed

包简介

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

README 文档

README

API wrapper helps you to fetch PubMed articles with following features:

  • 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)! 👍

$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)! 👍

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

print_r( PubMed::getPubMedArticleByIds($id) );

App Config:

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

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

Please feel free to contact me titugeorge@gmail.com

Checkout my online Portfolio

Reference:

  • NCBI National Center for Biotechnology Information

统计信息

  • 总下载量: 46
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固