PHPackages                             core23/lastfm-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. core23/lastfm-bundle

Abandoned → [nucleos/lastfm-bundle](/?search=nucleos%2Flastfm-bundle)Symfony-bundle[API Development](/categories/api)

core23/lastfm-bundle
====================

This bundle provides services for using the last.fm API with symfony.

1.5.0(7mo ago)31062[1 issues](https://github.com/nucleos/NucleosLastFmBundle/issues)[3 PRs](https://github.com/nucleos/NucleosLastFmBundle/pulls)MITPHPPHP ^8.3CI passing

Since Jan 11Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nucleos/NucleosLastFmBundle)[ Packagist](https://packagist.org/packages/core23/lastfm-bundle)[ Docs](https://nucleos.rocks)[ GitHub Sponsors](https://github.com/sponsors/core23)[ Fund](https://ko-fi.com/core23)[ RSS](/packages/core23-lastfm-bundle/feed)WikiDiscussions 1.6.x Synced 2mo ago

READMEChangelog (10)Dependencies (21)Versions (24)Used By (0)

NucleosLastFmBundle
===================

[](#nucleoslastfmbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/6dc27fda331fcd047343cbaeca512c88c5010a97e7560e59e8a6b8fb7f532056/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6c617374666d2d62756e646c652f762f737461626c65)](https://packagist.org/packages/nucleos/lastfm-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/a5206a83fd948a07cd85b73a527dd677366b3177927a494dd91396675dfb566f/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6c617374666d2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/nucleos/lastfm-bundle)[![License](https://camo.githubusercontent.com/e34d30f35b27edc861804a431def848f28a079203bb92f990103214cba772524/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6c617374666d2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/nucleos/lastfm-bundle)

[![Total Downloads](https://camo.githubusercontent.com/060b741595081a8376f011b894f603efd7b8777eee4a6ea0e029638ec25bfaf6/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6c617374666d2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/nucleos/lastfm-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/edf4595654b38c6967d606a1a1ae8968c7c56353dd352a5635fddd8c83b5a3cc/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6c617374666d2d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/nucleos/lastfm-bundle)[![Daily Downloads](https://camo.githubusercontent.com/e614f22e9db18ae64d9966b32a665bfbe369b5a304c8ad0bdd1ac5506592af9f/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f6c617374666d2d62756e646c652f642f6461696c79)](https://packagist.org/packages/nucleos/lastfm-bundle)

[![Continuous Integration](https://github.com/nucleos/NucleosLastFmBundle/actions/workflows/continuous-integration.yml/badge.svg?event=push)](https://github.com/nucleos/NucleosLastFmBundle/actions?query=workflow%3A%22Continuous+Integration%22+event%3Apush)[![Code Coverage](https://camo.githubusercontent.com/3c3fb35c9fc48fd01300b1be706c8d9a5853ee47170a693a7f6a99bcbd25490a/68747470733a2f2f636f6465636f762e696f2f67682f6e75636c656f732f4e75636c656f734c617374466d42756e646c652f67726170682f62616467652e737667)](https://codecov.io/gh/nucleos/NucleosLastFmBundle)

This bundle provides a wrapper for using the [Last.fm API](http://www.last.fm/api) inside symfony.

Installation
------------

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require nucleos/lastfm-bundle
# To define a default http client and message factory
composer require symfony/http-client nyholm/psr7

```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Nucleos\LastFmBundle\NucleosLastFmBundle::class => ['all' => true],
];
```

### Configure the Bundle

[](#configure-the-bundle)

Define the API credentials in your configuration.

```
# config/packages/nucleos_lastfm.yaml

nucleos_lastfm:
    api:
        app_id:         "%lastfm_api.id%"
        shared_secret:  "%lastfm_api.secret%"

    http:
        client: 'httplug.client'
        message_factory: 'nyholm.psr7.psr17_factory'
```

License
-------

[](#license)

This bundle is under the [MIT license](LICENSE.md).

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance73

Regular maintenance activity

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 55.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~168 days

Recently: every ~106 days

Total

20

Last Release

213d ago

Major Versions

0.5.0 → 1.0.02021-12-07

PHP version history (6 changes)0.1.0PHP ^7.0

0.2.0PHP ^7.1

0.5.0PHP ^7.2

1.0.0PHP ^8.0

1.2.0PHP ^8.1

1.5.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/46179d0f1a863a1a71c634a413d857f8428ad9a8273cd065ba4f0e864730dde9?d=identicon)[core23](/maintainers/core23)

---

Top Contributors

[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (354 commits)")[![nucleos-bot](https://avatars.githubusercontent.com/u/60489587?v=4)](https://github.com/nucleos-bot "nucleos-bot (123 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (110 commits)")[![kodiakhq[bot]](https://avatars.githubusercontent.com/in/29196?v=4)](https://github.com/kodiakhq[bot] "kodiakhq[bot] (39 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (11 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

apibundlehacktoberfestlastfmphpsymfonysymfony-bundlewebservice-clientapisymfonybundlecrawlerlast.fmwebservice client

### Embed Badge

![Health badge](/badges/core23-lastfm-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/core23-lastfm-bundle/health.svg)](https://phpackages.com/packages/core23-lastfm-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
