EchoFlow is a small PHP lyric search site. It provides a homepage for searching songs by lyrics, a lyrics page, and supporting API routes.
- Search for songs by lyrics
- View lyrics and song details
- Use simple PHP pages and API endpoints
If you are serving the app with nginx, add this route for the lyrics page:
location /lyrics/ {
try_files $uri $uri/ /lyrics/index.php?$query_string;
}for redis to work you need predis composer extension
composer require predis/predis:^1.1get your genius api from genius docs at https://docs.genius.com/