Skip to content

Daryl-L/php-aplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-aplayer

Latest Stable Version Total Downloads Latest Unstable Version License

A php package for Aplayer.http://aplayer.js.org

And thank @metowolf with his Meting

Only netease music provided now, others is comming soon

How to use

composer require daryl/php-aplayer
$aplayer = new Aplayer\Aplayer();
$aplayer->out();

Methods

Aplayer::setSong($songId); //Id of the netease music, default 22817183, one of my favirote music.
Aplayer::setPlaylist($playlistId); //Id of the netease music, default 476998713, one of my favirote playlist.
Aplayer::setSongType('song' or 'playlist') //To choose song or playlist.
Aplayer::setElementId($elementId) //To set the id of the aplayer element, default player1.

Others are the setters of the option which in Aplayer.

TODO

  • netease music
  • playlist for netease music
  • multi elements in one page

Just enjoy it!