btafoya/lyrics-searcher

A Simple Lyrics Finder That Just Works

v2.0.7 2022-07-14 16:59 UTC

This package is auto-updated.

Last update: 2024-04-14 20:52:55 UTC


README

What is it?

A Simple Lyrics Finder That Just Works. This library is based on alias-rahil/lyrics-searcher.

Programmatic usage:

Installation

composer require btafoya/lyrics-searcher

Usage

<?php

use Btafoya\LyricsSearcher\LyricsSearcher;

require('vendor/autoload.php');

$lyric = \Btafoya\LyricsSearcher::lyricsSearcher('blank space', 'taylor swift');

echo '<pre>' . $lyric . '</pre>';

Testing

To start, install --dev dependencies. Then run:

composer test

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a star if this project helped you!

License

This project is MIT licensed.