Skip to content

btafoya/lyrics-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lyrics-searcher for PHP

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.

About

A Simple Lyrics Finder That Just Works

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages