2017 © Pedro Peláez
 

library drupal-release-history

Updates Drupal.org Release History PHP Client

image

drupal-sauron/drupal-release-history

Updates Drupal.org Release History PHP Client

  • Tuesday, October 17, 2017
  • by misterdoak
  • Repository
  • 1 Watchers
  • 2 Stars
  • 18 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Drupal Release History

A simple PHP client to fetch releases from updates.drupal.org webservice., (*1)

Note that this library uses Guzzle as a third party library to handle HTTP requests., (*2)

INSTALL

Use composer, (*3)

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

HOW TO

How to fetch module releases from a given core version?, (*4)

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

How to fetch all module releases?, (*5)

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

The Versions

17/10 2017

dev-master

9999999-dev

Updates Drupal.org Release History PHP Client

  Sources   Download

MIT

The Requires

 

by Alan Moreau

drupal drupal.org