Download the PHP package spatie/last-fm-now-playing without Composer
On this page you can find all versions of the php package spatie/last-fm-now-playing. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spatie/last-fm-now-playing
More information about spatie/last-fm-now-playing
Files in spatie/last-fm-now-playing
Package last-fm-now-playing
Short Description Get track info that a user is currently playing
License MIT
Homepage https://github.com/spatie/last-fm-now-playing
Informations about the package last-fm-now-playing
Get the currently playing track from a last.fm user
This package contains a class to determine the current track a specified user is playing according to last.fm
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
Usage
The constructor of Spatie\NowPlaying\NowPlaying
needs an api key you can get from the last.fm site.
If the specified user is currently playing a track you'll get backy and array with keys artist
, album
, trackName
, artwork
and trackUrl
. The getTrackInfo
-function will return false
when a user is not currently playing a track.
If something goes wrong an instance of Spatie\NowPlaying\Exceptions\BadResponse
will be thrown.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.
We publish all received postcards on our company website.
Credits
- Freek Van der Herten
- All Contributors
License
The MIT License (MIT). Please see License File for more information.