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

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

core23/setlistfm-api
====================

Setlist.fm webservice client for php.

2.0.0(6y ago)21.7k1[1 issues](https://github.com/nucleos/setlistfm-php-api/issues)MITPHPPHP ^7.2CI passing

Since Apr 10Pushed 4mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (12)Used By (0)

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

38

—

LowBetter than 83% of packages

Maintenance42

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

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

Recently: every ~151 days

Total

8

Last Release

2276d ago

Major Versions

0.5.0 → 1.0.02019-01-18

1.0.0 → 2.0.02020-05-22

PHP version history (3 changes)0.1.0PHP ^7.0

0.2.0PHP ^7.1

0.5.0PHP ^7.2

### 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/core23-setlistfm-api/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k20](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

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

The CakePHP framework

8.9k20.0M1.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.

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

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

8.5k6.0M776](/packages/sylius-sylius)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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