PHPackages                             drupal-sauron/drupal-release-history - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. drupal-sauron/drupal-release-history

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

drupal-sauron/drupal-release-history
====================================

Updates Drupal.org Release History PHP Client

235PHP

Since Oct 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/drupal-sauron/drupal-release-history)[ Packagist](https://packagist.org/packages/drupal-sauron/drupal-release-history)[ RSS](/packages/drupal-sauron-drupal-release-history/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Drupal Release History
======================

[](#drupal-release-history)

A simple PHP client to fetch releases from updates.drupal.org webservice.

Note that this library uses Guzzle as a third party library to handle HTTP requests.

INSTALL
-------

[](#install)

Use composer

```
composer require "drupal-sauron/drupal-release-history":"dev-master"

```

HOW TO
------

[](#how-to)

How to fetch module releases from a given core version?

```
use Sauron\UpdatesDrupalOrg\ReleaseHistory\ReleaseHistoryClient;
$client = new ReleaseHistoryClient();
$releases = $client->getReleases('views', '7.x');

```

How to fetch all module releases?

```
use Sauron\UpdatesDrupalOrg\ReleaseHistory\ReleaseHistoryClient;
$client = new ReleaseHistoryClient();
$releases = $client->getReleases('views', 'all');

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0507ec84f3c8371e9a1a246efad838756b44f28627637a93629343fceb417fda?d=identicon)[misterdoak](/maintainers/misterdoak)

---

Top Contributors

[![misterdoak](https://avatars.githubusercontent.com/u/9336961?v=4)](https://github.com/misterdoak "misterdoak (10 commits)")

### Embed Badge

![Health badge](/badges/drupal-sauron-drupal-release-history/health.svg)

```
[![Health](https://phpackages.com/badges/drupal-sauron-drupal-release-history/health.svg)](https://phpackages.com/packages/drupal-sauron-drupal-release-history)
```

PHPackages © 2026

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