PHPackages                             nucleos/setlistfm-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. nucleos/setlistfm-bundle

ActiveSymfony-bundle[API Development](/categories/api)

nucleos/setlistfm-bundle
========================

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

1.4.0(8mo ago)45573[1 issues](https://github.com/nucleos/NucleosSetlistFmBundle/issues)MITPHPPHP ^8.3CI passing

Since Dec 7Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/nucleos/NucleosSetlistFmBundle)[ Packagist](https://packagist.org/packages/nucleos/setlistfm-bundle)[ Docs](https://nucleos.rocks)[ GitHub Sponsors](https://github.com/sponsors/core23)[ Fund](https://ko-fi.com/core23)[ RSS](/packages/nucleos-setlistfm-bundle/feed)WikiDiscussions 1.5.x Synced today

READMEChangelog (5)Dependencies (14)Versions (17)Used By (0)

NucleosSetlistFmBundle
======================

[](#nucleossetlistfmbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/c93d3ee465c725e18325686078d97db376a321dc217f3b1e32707fdf585b619b/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2d62756e646c652f762f737461626c65)](https://packagist.org/packages/nucleos/setlistfm-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/de5b8216e6b9c94ff3367095a055df510b87fbb7305f59149f51d160e72af490/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/nucleos/setlistfm-bundle)[![License](https://camo.githubusercontent.com/7360460d9f80eeec3ef2ae769b3b12a345a2c0299a8ed87bc4d55327346e55fc/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/nucleos/setlistfm-bundle)

[![Total Downloads](https://camo.githubusercontent.com/9975f0f847b0b86820a06cf607788fd27ca92335e0bc04edc9162110b8aace3b/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/nucleos/setlistfm-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/653308f2abbd3936ce8bb22eea997271329596488e67958ec370f481dd1e8e10/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/nucleos/setlistfm-bundle)[![Daily Downloads](https://camo.githubusercontent.com/71ea8778afa2c2b3cffbb0ca9d488f52d9ebd81756da5ec8d4cb0974d50f09df/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2d62756e646c652f642f6461696c79)](https://packagist.org/packages/nucleos/setlistfm-bundle)

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

This library provides a symfony bundle for [Setlist.fm PHP API](https://github.com/nucleos/setlistfm-php-api).

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

[](#installation)

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

```
composer require nucleos/setlistfm-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\SetlistFmBundle\NucleosSetlistFmBundle::class => ['all' => true],
];
```

Configure the Bundle
--------------------

[](#configure-the-bundle)

Create a configuration file called `nucleos_setlistfm.yaml`:

```
# config/packages/nucleos_setlistfm.yaml

nucleos_setlistfm:
    api:
        key:    "%setlistfm_api.key%"

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

License
-------

[](#license)

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

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance68

Regular maintenance activity

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~158 days

Recently: every ~149 days

Total

11

Last Release

89d ago

PHP version history (3 changes)1.0.0PHP ^8.0

1.1.0PHP ^8.1

1.4.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3440437?v=4)[Christian Gripp](/maintainers/core23)[@core23](https://github.com/core23)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (359 commits)")[![nucleos-bot](https://avatars.githubusercontent.com/u/60489587?v=4)](https://github.com/nucleos-bot "nucleos-bot (350 commits)")[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (152 commits)")[![kodiakhq[bot]](https://avatars.githubusercontent.com/in/29196?v=4)](https://github.com/kodiakhq[bot] "kodiakhq[bot] (34 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (10 commits)")[![kunicmarko20](https://avatars.githubusercontent.com/u/13528674?v=4)](https://github.com/kunicmarko20 "kunicmarko20 (1 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

apibundlehacktoberfestphpsetlistsetlistfmsymfonysymfony-bundlewebservice-clientapisymfonybundlewebservice clientsetlist.fmsetlist

### Embed Badge

![Health badge](/badges/nucleos-setlistfm-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M567](/packages/shopware-core)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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