PHPackages                             flammy/fsapi - 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. flammy/fsapi

ActiveLibrary[API Development](/categories/api)

flammy/fsapi
============

Frontier Silicon API for PHP

2.0(9y ago)73149[3 PRs](https://github.com/flammy/fsapi/pulls)

Since Jan 3Compare

[ Source](https://github.com/flammy/fsapi)[ Packagist](https://packagist.org/packages/flammy/fsapi)[ RSS](/packages/flammy-fsapi/feed)WikiDiscussions Synced today

READMEChangelog (1)DependenciesVersions (5)Used By (0)

fsapi - Frontier Silicon API for PHP [![Build Status](https://camo.githubusercontent.com/6064df866e10a0584e941162e7bddb3dbfe3aeb37b36683ed7fae7c853d4bebb/68747470733a2f2f7472617669732d63692e6f72672f666c616d6d792f66736170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/flammy/fsapi) [![Maintainability](https://camo.githubusercontent.com/03e671ced639d3f789845d03d9060ab93cdef9a152c08c712f87eb81ba1d8bba/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f666c616d6d792f66736170692e706e67)](https://codeclimate.com/github/flammy/fsapi/maintainability)
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#fsapi---frontier-silicon-api-for-php--)

**This code is work in progress! It is not finished yet, feel free co contribute to it.**

This code is developed for Frontier Silicon Ltd. Venice 6.2 chipset and tested with TERRIS® Stereo Internetradio.

In this case there is no spotify mode and there are not so many equalizers.

Please let me know if it does not work on your device.

Usage:
------

[](#usage)

**Class Radio**

The radio class provides an easy to use set of human readable methods and parameters.

```
$Radio = new Radio($host,$pin);
$response = $Radio->radioFrequency(106.4);
$response = $Radio->mute(0);
$response = $Radio->volume(5);

```

**Class FSAPI**

The fsapi class provides the abstracted basic communication with the device.

```
$Request = new Request($host,$session_id,$pin);
$FSAPI = new FSAPI($Request);
$response = $FSAPI->doRequest('SET','netRemote.sys.audio.mute',array('value' => 0));
$response = $FSAPI->doRequest('SET','netRemote.play.frequency'',array('value' => 106400));
$response = $FSAPI->doRequest('SET','netRemote.sys.audio.volume',array('value' => 5));

```

**Class SSDP (Simple Service Discovery Protocol)**

The ssdp class provices the device discovery via UPNP. This is a very rudimentary class which does only this one thing.

```
$Scanner = new Scanner();
$SSDP = new SSDP($Scanner);
$response = $SSDP->doScan('urn:schemas-frontier-silicon-com:fs_reference:fsapi:1');

```

**More examples**

You can find a detailed documentation for the classes at:

**Example implementation:**

You can find an example implementation in the following repository:

documentation:
--------------

[](#documentation)

You can find a documentation of the raw FSAPI reqests and responses at:

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 84.1% 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

Unknown

Total

1

Last Release

3466d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/649155?v=4)[Lukas Rademacher](/maintainers/flammy)[@flammy](https://github.com/flammy)

---

Top Contributors

[![flammy](https://avatars.githubusercontent.com/u/649155?v=4)](https://github.com/flammy "flammy (74 commits)")[![tichachm](https://avatars.githubusercontent.com/u/17295124?v=4)](https://github.com/tichachm "tichachm (8 commits)")[![cweiske](https://avatars.githubusercontent.com/u/59036?v=4)](https://github.com/cweiske "cweiske (2 commits)")[![wackazong](https://avatars.githubusercontent.com/u/67227?v=4)](https://github.com/wackazong "wackazong (1 commits)")[![samm-git](https://avatars.githubusercontent.com/u/1388875?v=4)](https://github.com/samm-git "samm-git (1 commits)")[![Moustov](https://avatars.githubusercontent.com/u/52098262?v=4)](https://github.com/Moustov "Moustov (1 commits)")[![tilmanb](https://avatars.githubusercontent.com/u/779297?v=4)](https://github.com/tilmanb "tilmanb (1 commits)")

### Embed Badge

![Health badge](/badges/flammy-fsapi/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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