2017 © Pedro Peláez
 

library music

Music API

image

thanhsm/music

Music API

  • Thursday, April 9, 2015
  • by thanhsm
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Music

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)

The Versions

09/04 2015

dev-master

9999999-dev

Music API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Thanh LS

09/04 2015

dev-develop

dev-develop

Music API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Thanh LS