1.3.1
1.3.1.0A PHP implementation of WMG's Web API
MIT
The Requires
- php 5.4.1
- curl/curl dev-master
by Boris Lazarov
A PHP implementation of WMG's Web API
A PHP implementation of WMG's Web API., (*1)
Add wmg-web-api
as a dependency to your composer.json:, (*2)
"require": { "realdark/wmg-web-api": "dev-master" }
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)
MIT license. Please see LICENSE.md for more information., (*7)
A PHP implementation of WMG's Web API
MIT