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

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

core23/setlistfm-bundle
=======================

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

4473[1 issues](https://github.com/nucleos/SetlistFmBundle/issues)[3 PRs](https://github.com/nucleos/SetlistFmBundle/pulls)PHPCI passing

Since Jun 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nucleos/SetlistFmBundle)[ Packagist](https://packagist.org/packages/core23/setlistfm-bundle)[ RSS](/packages/core23-setlistfm-bundle/feed)WikiDiscussions 1.5.x Synced 2mo ago

READMEChangelog (5)DependenciesVersions (3)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

31

—

LowBetter than 68% of packages

Maintenance55

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/46179d0f1a863a1a71c634a413d857f8428ad9a8273cd065ba4f0e864730dde9?d=identicon)[core23](/maintainers/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 (150 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] (9 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-client

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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