PHPackages                             psychology-tools/pubmed-cite - 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. psychology-tools/pubmed-cite

ActiveLibrary[API Development](/categories/api)

psychology-tools/pubmed-cite
============================

A library for formatting and fetching citations to pubmed articles from the eFetch API.

1.1(5y ago)011MITPHPPHP &gt;7.1.3

Since Oct 25Pushed 5y agoCompare

[ Source](https://github.com/psychology-tools/pubmed-cite)[ Packagist](https://packagist.org/packages/psychology-tools/pubmed-cite)[ Docs](https://github.com/psychology-tools/pubmed-cite)[ RSS](/packages/psychology-tools-pubmed-cite/feed)WikiDiscussions master Synced yesterday

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

psychology-tools/pubmed-cite
============================

[](#psychology-toolspubmed-cite)

A library for formatting and fetching citations to pubmed articles from the eFetch API.

Examples
--------

[](#examples)

### Batch Requests

[](#batch-requests)

If you have to perform several lookups, you should queue and batch request them for performance reasons.

```
require_once('vendor/autoload.php');

use PsychologyTools\PubmedCite\PubmedCite;

$pubmed = new PubmedCite();

$p->queue('11111'); // queue single pmid as string
$p->queue(12345);   // or as an int
$p->queue( ['43234',42234] ); // or either as an array
$p->queue( '344334,22424,444444'); // or as a comma separated string
$p->queue( '424245 X 455534 X 4534343' ); // or any kind of separated string

$citations = $pubmed->fetch_queued();  // returns an array of citation data objects indexed by pmid
var_dump($citations);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Every ~0 days

Total

2

Last Release

2026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b13efbcdf50d164282f76fe92fc2ee063becd2857698a0797e24c1b42c75996b?d=identicon)[psychology-tools](/maintainers/psychology-tools)

---

Top Contributors

[![psychology-tools](https://avatars.githubusercontent.com/u/46894095?v=4)](https://github.com/psychology-tools "psychology-tools (1 commits)")

---

Tags

apicomposer-libraryphppubmedapicitationcitepubmedpmid

### Embed Badge

![Health badge](/badges/psychology-tools-pubmed-cite/health.svg)

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

###  Alternatives

[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[pouler/apple-music-api

PHP Wrapper for the Apple Music API

44100.5k](/packages/pouler-apple-music-api)[smnandre/pagespeed-api

PageSpeed Insight PHP Api Client 🚀 Analyse web pages for performances metrics, core web vitals...

1511.5k](/packages/smnandre-pagespeed-api)

PHPackages © 2026

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