PHPackages                             pouler/spotify-artists-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/spotify-artists-api

ActiveLibrary[API Development](/categories/api)

pouler/spotify-artists-api
==========================

PHP Package for the (unofficial) Spotify Artists API

2.1(3y ago)43.1k↓100%[1 issues](https://github.com/PouleR/spotify-artists-api/issues)MITPHPPHP &gt;=8.1

Since Apr 28Pushed 3y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (11)Used By (0)

Spotify Artists API PHP
=======================

[](#spotify-artists-api-php)

This is a PHP wrapper for the (unofficial) Spotify Artists API.

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

[](#requirements)

- PHP &gt;=8.1

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

[](#installation)

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

```
composer require pouler/spotify-artists-api
```

Spotify login
-------------

[](#spotify-login)

You can obtain an access token by using the SpotifyLogin class, this dependency can be installed by using:

```
composer require pouler/spotify-login
```

For more information about this project see:

Example usage
-------------

[](#example-usage)

```
