2017 © Pedro Peláez
 

library drupal-release-api

Fetch information about Drupal releases

image

fabsor/drupal-release-api

Fetch information about Drupal releases

  • Sunday, January 13, 2013
  • by fabsor
  • Repository
  • 1 Watchers
  • 1 Stars
  • 100 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Drupal Release API

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., (*1)

Dependencies

You need to install the php curl extension., (*2)

Installation

# composer.phar install

Usage example

This example fetches the Drupal project and dumps info about the current release:, (*3)

use Fabsor\DrupalReleaseApi\HTTPReleaseFetcher;

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

The Versions

13/01 2013

dev-master

9999999-dev

Fetch information about Drupal releases

  Sources   Download

GPL

The Requires

  • php >=5.3.3

 

by Fabian Sorqvist

14/12 2012

0.1

0.1.0.0

Fetch information about Drupal releases

  Sources   Download

GPL

The Requires

  • php >=5.3.3

 

by Fabian Sorqvist