How to Create a Connection to Spotify’s Web API Using Symfony
Spotify has a Web API with open endpoints which you can connect to in PHP. But in order to make calls to the API, you need to establish a connection first.
As a pre-requisite, make sure you have:
- Composer
- A running Symfony application
- A registered application on Spotify