PHP code example of btafoya / lyrics-searcher
1. Go to this page and download the library: Download btafoya/lyrics-searcher 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/ */
btafoya / lyrics-searcher example snippets
use Btafoya\LyricsSearcher\LyricsSearcher;
'blank space', 'taylor swift');
echo '<pre>' . $lyric . '</pre>';