PHPackages                             realdark/wmg-web-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. realdark/wmg-web-api

ActiveLibrary[API Development](/categories/api)

realdark/wmg-web-api
====================

A PHP implementation of WMG's Web API

1.3.4(10y ago)012MITPHPPHP &gt;=5.4.1

Since Oct 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/realdark/wmg-web-api)[ Packagist](https://packagist.org/packages/realdark/wmg-web-api)[ RSS](/packages/realdark-wmg-web-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Wmg Web Api
===========

[](#wmg-web-api)

A PHP implementation of [WMG's](https://tours-api.dsp.wmg.com/) Web API.

### It includes the following

[](#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

[](#requirements)

- PHP 5.4.1 or greater.
- PHP [cURL extension](http://php.net/manual/en/book.curl.php) (Usually included with PHP).

### Installation

[](#installation)

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

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

```

### Examples

[](#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
=======

[](#license)

MIT license. Please see [LICENSE.md](https://github.com/realdark/wmg-web-api/blob/master/LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

7

Last Release

3874d ago

PHP version history (2 changes)1.2PHP &gt;=5.4.1

1.3.1PHP 5.4.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/16ac6f1ec03d3d1cbdfdfdf407a0916198df4e8049d86fed36ae917ffd4f388a?d=identicon)[realdark](/maintainers/realdark)

---

Top Contributors

[![realdark](https://avatars.githubusercontent.com/u/8050057?v=4)](https://github.com/realdark "realdark (10 commits)")

### Embed Badge

![Health badge](/badges/realdark-wmg-web-api/health.svg)

```
[![Health](https://phpackages.com/badges/realdark-wmg-web-api/health.svg)](https://phpackages.com/packages/realdark-wmg-web-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
