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

ActiveLibrary[API Development](/categories/api)

nucleos/setlistfm
=================

Setlist.fm webservice client for php.

3.6.0(3mo ago)422.4k1[1 issues](https://github.com/nucleos/setlistfm/issues)1MITPHPPHP ^8.3CI passing

Since Apr 10Pushed 2mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (14)Versions (25)Used By (1)

Setlist.fm PHP library
======================

[](#setlistfm-php-library)

[![Latest Stable Version](https://camo.githubusercontent.com/d245dab921ad9cc19b6ce9051d624965b80ca314436d77630e1751e69ff0f38f/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2f762f737461626c65)](https://packagist.org/packages/nucleos/setlistfm)[![Latest Unstable Version](https://camo.githubusercontent.com/dd0c9dc8fd38ac9ac92119383f44f1c9136c179e84990848e6568691ddebfeee/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2f762f756e737461626c65)](https://packagist.org/packages/nucleos/setlistfm)[![License](https://camo.githubusercontent.com/75ec3ecd7ef1eb53bc61a9cd5f51577ed3b1b30cf67d755a141fb23866696524/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2f6c6963656e7365)](LICENSE.md)

[![Total Downloads](https://camo.githubusercontent.com/f23dc22ac33c1749c039cefbc72a36b710053845874b846f8798f06cdec2db35/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2f646f776e6c6f616473)](https://packagist.org/packages/nucleos/setlistfm)[![Monthly Downloads](https://camo.githubusercontent.com/3f7954141c1d6835a7b57b35f5e7b5e208c136f1c5d53ab9b00b5384d1506d8f/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2f642f6d6f6e74686c79)](https://packagist.org/packages/nucleos/setlistfm)[![Daily Downloads](https://camo.githubusercontent.com/c8e54b898dd1fe6dbeac582174bd909bf7567333d7f110b3f5934255aff34020/68747470733a2f2f706f7365722e707567782e6f72672f6e75636c656f732f7365746c697374666d2f642f6461696c79)](https://packagist.org/packages/nucleos/setlistfm)

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

This library provides a wrapper for using the [Setlist.fm API](https://api.setlist.fm) inside PHP and a bridge for symfony.

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
# To define a default http client and message factory
composer require symfony/http-client nyholm/psr7

```

Usage
-----

[](#usage)

### General usage

[](#general-usage)

```
// Create connection
use Nucleos\SetlistFm\Builder\ArtistSearchBuilder;
use Nucleos\SetlistFm\Connection\PsrClientConnection;
use Nucleos\SetlistFm\Service\ArtistService;

$connection = new PsrClientConnection($httpClient, $requestFactory);

$artistApi = new ArtistService($connection);
$artists = $artistApi->search(ArtistSearchBuilder::create()
    ->withArtistName('Slipknot')
);
```

License
-------

[](#license)

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

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance77

Regular maintenance activity

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

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

Recently: every ~43 days

Total

21

Last Release

89d ago

Major Versions

0.5.0 → 1.0.02019-01-18

1.0.0 → 2.0.02020-05-22

2.0.0 → 3.0.02020-06-28

PHP version history (7 changes)0.1.0PHP ^7.0

0.2.0PHP ^7.1

0.5.0PHP ^7.2

3.1.0PHP ^7.3 || ^8.0

3.2.0PHP ^8.0

3.3.0PHP ^8.1

3.5.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![core23](https://avatars.githubusercontent.com/u/3440437?v=4)](https://github.com/core23 "core23 (328 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (308 commits)")[![nucleos-bot](https://avatars.githubusercontent.com/u/60489587?v=4)](https://github.com/nucleos-bot "nucleos-bot (302 commits)")[![kodiakhq[bot]](https://avatars.githubusercontent.com/in/29196?v=4)](https://github.com/kodiakhq[bot] "kodiakhq[bot] (30 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (5 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

apihacktoberfestlibraryphpsetlistsetlistfmwebservice-clientapiBridgewebservice clientsetlist.fm

### Embed Badge

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

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[sylius/sylius

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

8.5k5.9M734](/packages/sylius-sylius)[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M83](/packages/mollie-mollie-api-php)

PHPackages © 2026

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