PHPackages                             pubpeer-foundation/publication-data-extractor - 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. pubpeer-foundation/publication-data-extractor

ActiveLibrary[API Development](/categories/api)

pubpeer-foundation/publication-data-extractor
=============================================

Extract publication data from multiple external APIs

0.6.5(1y ago)85391[4 issues](https://github.com/PubPeerFoundation/PublicationDataExtractor/issues)MITPHPPHP ^7.1|^8.0CI failing

Since Jan 15Pushed 1y ago2 watchersCompare

[ Source](https://github.com/PubPeerFoundation/PublicationDataExtractor)[ Packagist](https://packagist.org/packages/pubpeer-foundation/publication-data-extractor)[ RSS](/packages/pubpeer-foundation-publication-data-extractor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (6)Versions (50)Used By (0)

Publication Data Extractor
==========================

[](#publication-data-extractor)

[![Latest Stable Version](https://camo.githubusercontent.com/31ac28abd45bc7b84fc55e1252fdb6da1819dcfec4e06bc2ff2c04fb16c42dd3/68747470733a2f2f706f7365722e707567782e6f72672f707562706565722d666f756e646174696f6e2f7075626c69636174696f6e2d646174612d657874726163746f722f762f737461626c65)](https://packagist.org/packages/pubpeer-foundation/publication-data-extractor)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c4755633883f176308d1b3aa1179677f209aa0512fe831ac9768a3f1a8a5acc6/68747470733a2f2f7472617669732d63692e6f72672f50756250656572466f756e646174696f6e2f5075626c69636174696f6e44617461457874726163746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PubPeerFoundation/PublicationDataExtractor)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7dc0f241cd4a4a2c124901bd55ac8dc633a4bfb776abc882791f2b3b046ebb20/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50756250656572466f756e646174696f6e2f5075626c69636174696f6e44617461457874726163746f722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PubPeerFoundation/PublicationDataExtractor/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/7b5eca9cdb48f515c1b4add5f35e181c1a98af27c843e11e507d8e10cab16eae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f50756250656572466f756e646174696f6e2f5075626c69636174696f6e44617461457874726163746f722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PubPeerFoundation/PublicationDataExtractor/?branch=master)[![StyleCI](https://camo.githubusercontent.com/c7496cdf26fd19f27087683215089bddcc6ccea9565baed4201c9b8064c3ea13/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131373534383339342f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/117548394)

The main idea behind this package is to allow the extraction of Research Publication data from any external API into a simple common structure.

The package can identify multiple types of identifiers such as DOI, PubMed Id, arXiv ID, ...

The package can then read from different external APIs such as doi.org, crossref api, ncbi, arXiv.org, ...

The resulting structure looks like this:

```
[
    {
        "authors":[
            {"first_name":"J D","last_name":"WATSON","affiliation":""},
            {"first_name":"F H","last_name":"CRICK","affiliation":""}
        ],
        "identifiers":[
            {"value":"13054692","type":"pubmed"},
            {"value":"0028-0836","type":"issn"}
        ],
        "journal":{
            "title":"Nature",
            "issn":[
                0028-0836
            ]
        },
        "publication":{
            "title":"Molecular structure of nucleic acids; a structure for deoxyribose nucleic acid.",
            "url":"http:\/\/www.ncbi.nlm.nih.gov\/pubmed\/13054692",
            "published_at":"1953-04-25",
            "abstract":""
        }
    }
]

```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please use the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Support us
----------

[](#support-us)

You wish to donate to the PubPeer Foundation? Reach out and support us on [Patreon](https://www.patreon.com/pubpeer).

Credits
-------

[](#credits)

- [Xavier Roussel](https://github.com/XavRsl)

About the PubPeer Foundation
----------------------------

[](#about-the-pubpeer-foundation)

The PubPeer Foundation is a California-registered public-benefit corporation with 501(c)(3) nonprofit status in the United States. The overarching goal of the Foundation is to improve the quality of scientific research by enabling innovative approaches for community interaction. The bylaws of the Foundation establish pubpeer.com as a service run for the benefit of its readers and commenters, who create its content. Our current focus is maintaining and developing the PubPeer online platform for post-publication peer review.

Contact us
----------

[](#contact-us)

For anything related to the PubPeer Foundation or PubPeer web site, please contact us through **contact at pubpeer dot com**.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~55 days

Recently: every ~122 days

Total

46

Last Release

571d ago

PHP version history (2 changes)0.1.1PHP ^7.1

0.5.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1185840?v=4)[Xavier Roussel](/maintainers/XavRsl)[@XavRsl](https://github.com/XavRsl)

---

Top Contributors

[![XavRsl](https://avatars.githubusercontent.com/u/1185840?v=4)](https://github.com/XavRsl "XavRsl (111 commits)")

---

Tags

apiarxivdoiextractorpubmedpubpeer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pubpeer-foundation-publication-data-extractor/health.svg)

```
[![Health](https://phpackages.com/badges/pubpeer-foundation-publication-data-extractor/health.svg)](https://phpackages.com/packages/pubpeer-foundation-publication-data-extractor)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M464](/packages/pimcore-pimcore)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k406.5k25](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4102.7M22](/packages/temporal-sdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[icawebdesign/hibp-php

PHP library for accessing the Have I Been Pwned API.

2548.8k2](/packages/icawebdesign-hibp-php)

PHPackages © 2026

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