drupal-sauron/drupal-release-history 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

drupal-sauron/drupal-release-history

Composer 安装命令:

composer require drupal-sauron/drupal-release-history

包简介

Updates Drupal.org Release History PHP Client

README 文档

README

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

Use composer

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

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');

统计信息

  • 总下载量: 35
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-20