PHP code example of stephan-strate / php-music-brainz-api
1. Go to this page and download the library: Download stephan-strate/php-music-brainz-api library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
stephan-strate / php-music-brainz-api example snippets
$client = new \MusicBrainz\Client('MyApplication', '1.1.0', '[email protected]');
$release = $client->release();
$ composer