PHPackages                             fabsor/drupal-release-api - 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. fabsor/drupal-release-api

ActiveLibrary[API Development](/categories/api)

fabsor/drupal-release-api
=========================

Fetch information about Drupal releases

0.1(13y ago)1110GPLPHPPHP &gt;=5.3.3

Since Dec 14Pushed 13y ago1 watchersCompare

[ Source](https://github.com/fabsor/drupal-release-api)[ Packagist](https://packagist.org/packages/fabsor/drupal-release-api)[ RSS](/packages/fabsor-drupal-release-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Drupal Release API
==================

[](#drupal-release-api)

Introduction
------------

[](#introduction)

The Drupal project module provides an XML-based API for getting project and release information for project hosted on the server. This library makes it easy to access data from drupal.org and other sources.

Dependencies
------------

[](#dependencies)

You need to install the php [curl extension](http://php.net/manual/en/curl.installation.php).

Installation
------------

[](#installation)

```
# composer.phar install

```

Usage example
-------------

[](#usage-example)

This example fetches the Drupal project and dumps info about the current release:

```
use Fabsor\DrupalReleaseApi\HTTPReleaseFetcher;

$fetcher = new HTTPReleaseFetcher();
$project = $fetcher->getReleaseInfo('drupal', '7.x');
var_dump($project->getCurrentRelease());

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

4949d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/203018?v=4)[Fabian Sörqvist](/maintainers/fabsor)[@fabsor](https://github.com/fabsor)

---

Top Contributors

[![fabsor](https://avatars.githubusercontent.com/u/203018?v=4)](https://github.com/fabsor "fabsor (12 commits)")

### Embed Badge

![Health badge](/badges/fabsor-drupal-release-api/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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