PHPackages                             titugeorge/pubmed - 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. titugeorge/pubmed

ActiveLibrary

titugeorge/pubmed
=================

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

v1.0.0(9y ago)3461MITPHPPHP &gt;=5.3.0

Since Jan 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/TituGeorge/PubMed)[ Packagist](https://packagist.org/packages/titugeorge/pubmed)[ Docs](http://titugeorge.com)[ RSS](/packages/titugeorge-pubmed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PubMed API Wrapper
==================

[](#pubmed-api-wrapper)

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

Checkout my online [Portfolio](http://titugeorge.com)

### Reference:

[](#reference)

- [NCBI](https://github.com/markdown-it/markdown-it) National Center for Biotechnology Information

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3413d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3592ce905294b88836e0d6176d58270f4a23735ce356be77b756698bfa560049?d=identicon)[TituGeorge](/maintainers/TituGeorge)

---

Top Contributors

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

---

Tags

laravelarticlepubmedncbi

### Embed Badge

![Health badge](/badges/titugeorge-pubmed/health.svg)

```
[![Health](https://phpackages.com/badges/titugeorge-pubmed/health.svg)](https://phpackages.com/packages/titugeorge-pubmed)
```

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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