realdark/wmg-web-api 问题修复 & 功能扩展

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

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

realdark/wmg-web-api

最新稳定版本:1.3.4

Composer 安装命令:

composer require realdark/wmg-web-api

包简介

A PHP implementation of WMG's Web API

README 文档

README

A PHP implementation of WMG's Web API.

It includes the following

  • Helper methods for all API methods:
  • Search by artists name.
  • Search by tour name.
  • Search by location.
  • PSR-4 autoloading support.

Requirements

  • PHP 5.4.1 or greater.
  • PHP cURL extension (Usually included with PHP).

Installation

Add wmg-web-api as a dependency to your composer.json:

"require": {
    "realdark/wmg-web-api": "dev-master"
}

Examples

Get all tours by an artist

$tours = WmgWebApi::searchForArtistEvents("eminem");

Search for tour by his name

$tours = WmgWebApi::searchForTour("His Name Is Eminem");

Get all tours by an country name

$tours = WmgWebApi::searchForCountryEvents("us");

All responses are objects

License

MIT license. Please see LICENSE.md for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-09