nucleos/lastfm
PHP wrapper for the Last.fm API. Install via Composer and use PSR-18/PSR-17 clients (e.g., Symfony HttpClient + Nyholm PSR-7) to authenticate, create sessions, and query services like charts and top tags.
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Renamed namespace Nucleos\LastFm to Nucleos\LastFm after move to [@nucleos]
Run
$ composer remove core23/lastfm-api
and
$ composer require nucleos/lastfm
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Nucleos\\LastFm/Nucleos\\LastFm/g' {} \;
to replace occurrences of Nucleos\LastFm with Nucleos\LastFm.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
[@nucleos]: https://github.com/nucleos [@core23]: https://github.com/core23 [#151]: https://github.com/nucleos/lastfm/pull/151 [#83]: https://github.com/nucleos/lastfm/pull/83
How can I help you explore Laravel packages today?