PHPackages                             philwc/subsonic-api-client - 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. philwc/subsonic-api-client

ActiveLibrary[API Development](/categories/api)

philwc/subsonic-api-client
==========================

v0.0.4(8y ago)0351MITPHP

Since Dec 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/philwc/subsonic-api-client)[ Packagist](https://packagist.org/packages/philwc/subsonic-api-client)[ RSS](/packages/philwc-subsonic-api-client/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

subsonic-api-client
===================

[](#subsonic-api-client)

PHP Client For Subsonic
-----------------------

[](#php-client-for-subsonic)

### Usage

[](#usage)

Create a new configuration object:

```
// Assumes the config items are in the environment (via dotenv etc.)
$config = new \philwc\Configuration(getenv('SUBSONIC_URL'), getenv('SUBSONIC_USER'), getenv('SUBSONIC_PASSWORD'))
```

Either set the config into the ClientFactory:

```
\philwc\ClientFactory::setConfiguration($config);
```

Or pass into each `ClientFactory::get()` call:

```
$createPlaylist = \philwc\ClientFactory::get(\philwc\Call\Playlist\CreatePlaylist::class, $config);
```

To make the call, invoke the class:

```
$createPlaylist(['name' => 'Test Playlist', 'songId' => 1]);
```

Each call class can receive different parameters and will return a different result.

Use `getAvailableFields()`, `getRequiredFields()`, `getResponseClass()` as appropriate.

Currently, the following calls are implemented:

#### Playlist

[](#playlist)

- CreatePlaylist
- DeletePlaylist
- GetPlaylist
- GetPlaylists
- UpdatePlaylist

#### Searching

[](#searching)

- Search2

#### System

[](#system)

- GetLicense
- Ping

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

3111d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/617110?v=4)[Phil Wright- Christie](/maintainers/philwc)[@philwc](https://github.com/philwc)

---

Top Contributors

[![philwc](https://avatars.githubusercontent.com/u/617110?v=4)](https://github.com/philwc "philwc (10 commits)")

### Embed Badge

![Health badge](/badges/philwc-subsonic-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/philwc-subsonic-api-client/health.svg)](https://phpackages.com/packages/philwc-subsonic-api-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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