PHPackages                             pouler/apple-music-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. pouler/apple-music-api

ActiveLibrary[API Development](/categories/api)

pouler/apple-music-api
======================

PHP Wrapper for the Apple Music API

v0.9(5mo ago)44100.5k↓19.5%13[2 issues](https://github.com/PouleR/apple-music-api/issues)MITPHPPHP &gt;=8.3CI passing

Since Oct 3Pushed 5mo ago4 watchersCompare

[ Source](https://github.com/PouleR/apple-music-api)[ Packagist](https://packagist.org/packages/pouler/apple-music-api)[ Docs](https://github.com/PouleR/apple-music-api)[ RSS](/packages/pouler-apple-music-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (23)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/8c3018cc87634c40b06508c838cfe0836bf920d819b21ac7773539bd209600bc/68747470733a2f2f706f7365722e707567782e6f72672f706f756c65722f6170706c652d6d757369632d6170692f762f737461626c65)](https://packagist.org/packages/pouler/apple-music-api)[![Latest Unstable Version](https://camo.githubusercontent.com/6bc12028504bd1947a087370115619c22487140c6a226b2a843a4d5fd0bab827/68747470733a2f2f706f7365722e707567782e6f72672f706f756c65722f6170706c652d6d757369632d6170692f762f756e737461626c65)](https://packagist.org/packages/pouler/apple-music-api)

Apple Music API PHP
===================

[](#apple-music-api-php)

This is a PHP wrapper for the [Apple Music API](https://developer.apple.com/documentation/applemusicapi).

Requirements
------------

[](#requirements)

- PHP 8.3 or later.
- Symfony HTTP Client

Installation
------------

[](#installation)

Install it using [Composer](https://getcomposer.org/):

```
composer require pouler/apple-music-api
```

Usage
-----

[](#usage)

Before using the Apple Music API, you need to sign up for the Apple Developer Program. Read more about this [here](https://developer.apple.com/documentation/applemusicapi/getting_keys_and_creating_tokens).

```
