btafoya/lyrics-searcher
最新稳定版本:v2.0.7
Composer 安装命令:
composer require btafoya/lyrics-searcher
包简介
A Simple Lyrics Finder That Just Works
README 文档
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-14