btafoya / lyrics-searcher
A Simple Lyrics Finder That Just Works
v2.0.7
2022-07-14 16:59 UTC
Requires
- php: >=7.4
- guzzlehttp/guzzle: ^7.0
- soundasleep/html2text: ^0.5.0
Requires (Dev)
- phpunit/phpunit: ^5.7
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.