dev-master
9999999-devMusic API
MIT
The Requires
- php >=5.3.0
The Development Requires
by Thanh LS
dev-develop
dev-developMusic API
MIT
The Requires
- php >=5.3.0
The Development Requires
by Thanh LS
Wallogit.com
2017 © Pedro Peláez
Music API
Music API, (*1)
Usage, (*2)
$song = 'My everything';
$api = Music::getAPI('zing');
$songs = $api->search($song);
Get song data in view simple by, (*3)
foreach ($songs as $song) {
echo $song->id;
echo $song->name;
echo $song->duration;
echo $song->artist;
echo $song->total_play;
echo $song->genre;
echo $song->link;
echo $song->lyrics_file;
}
Get link download 128/320 kbps and Lossless ```php $song->link_download, (*4)
Music API
MIT
Music API
MIT