nucleos/setlistfm
Laravel/PHP client for the setlist.fm API. Fetch setlists, artists, venues, tours, and search results with a simple, typed interface. Built for quick integration into apps that need concert history, recent shows, and setlist lookups.
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Renamed namespace Core23\SetlistFm to Nucleos\SetlistFm after move to [@nucleos]
Run
$ composer remove core23/setlistfm-api
and
$ composer require nucleos/setlistfm
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\SetlistFm/Nucleos\\SetlistFm/g' {} \;
to replace occurrences of Core23\SetlistFm with Nucleos\SetlistFm.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
Add missing strict file header [@core23] ([#31])
Replace HTTPlug with PSR http client [@core23] ([#26])
[@nucleos]: https://github.com/nucleos [@core23]: https://github.com/core23 [#133]: https://github.com/nucleos/setlistfm/pull/133 [#123]: https://github.com/nucleos/setlistfm/pull/123 [#64]: https://github.com/nucleos/setlistfm/pull/64
How can I help you explore Laravel packages today?