2017 © Pedro Peláez
 

library wmg-web-api

A PHP implementation of WMG's Web API

image

realdark/wmg-web-api

A PHP implementation of WMG's Web API

  • Saturday, October 10, 2015
  • by realdark
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Wmg Web Api

A PHP implementation of WMG's Web API., (*1)

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:, (*2)

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

Examples

Get all tours by an artist, (*3)

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

Search for tour by his name, (*4)

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

Get all tours by an country name, (*5)

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

All responses are objects, (*6)

License

MIT license. Please see LICENSE.md for more information., (*7)

The Versions

10/10 2015

dev-master

9999999-dev

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov

10/10 2015

1.3.4

1.3.4.0

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov

10/10 2015

1.3.3

1.3.3.0

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov

10/10 2015

1.3.2

1.3.2.0

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov

10/10 2015

1.3.1

1.3.1.0

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

 

by Boris Lazarov

10/10 2015

v1

1.0.0.0

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov

10/10 2015

v1-beta

1.0.0.0-beta

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov

10/10 2015

1.2

1.2.0.0

A PHP implementation of WMG's Web API

  Sources   Download

MIT

The Requires

  • php >=5.4.1
  • ext-curl *

 

by Boris Lazarov