| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A php package for Aplayer.http://aplayer.js.org
And thank @metowolf with his Meting
Only netease music provided now, others is comming soon
composer require daryl/php-aplayer$aplayer = new Aplayer\Aplayer();
$aplayer->out();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.
Just enjoy it!
| Back | FazBrowse Home | New Git URL |