PHPackages                             qsomazzi/synology - 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. qsomazzi/synology

ActiveLibrary[API Development](/categories/api)

qsomazzi/synology
=================

Handle Synology API

12.2k3PHP

Since May 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/qsomazzi/synology)[ Packagist](https://packagist.org/packages/qsomazzi/synology)[ RSS](/packages/qsomazzi-synology/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Synology PHP
============

[](#synology-php)

This is an update of `https://github.com/zzarbi/synology` with new code standards and namespaces.

This is a PHP Library that consume Synology APIs

- SYNO.Api :

    - connect
    - disconnect
    - getAvailableApi
- SYNO.DownloadStation :

    - connect
    - disconnect
    - getInfo
    - getConfig
    - setConfig
    - getScheduleConfig
    - setScheduleConfig
    - getTaskList
    - getTaskInfo
    - addTask
    - deleteTask
    - pauseTask
    - resumeTask
    - getStatistics
    - getRssList
    - refreshRss
    - getRssFeedList
- SYNO.AudioStation:

    - connect
    - disconnect
    - getInfo
    - getObjects
    - getObjectInfo
    - getObjectCover
    - searchSong
- SYNO.FileStation:

    - connect
    - disconnect
    - getInfo
    - getShares
    - getObjectInfo
    - getList
    - search
    - download
- SYNO.VideoStation:

    - connect
    - disconnect
    - getInfo
    - getObjects
    - searchObject

Usage for Synology Api:

```
$synology = new Synology\Api('192.168.10.5', 5000, 'http', 1);
//$synology->activateDebug();
$synology->connect('admin', 'xxxx');
print_r($synology->getAvailableApi());
```

Usage for AudioStation:

```
$synology = new Synology\Applications\AudioStation('192.168.10.5', 5000, 'http', 1);
$synology->connect('admin', 'xxxx');
print_r($synology->getInfo());
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/57d73619de97ffdb3b4f8505daa950731d57999c09498bc7ffab6506df817dee?d=identicon)[qsomazzi](/maintainers/qsomazzi)

---

Top Contributors

[![zzarbi](https://avatars.githubusercontent.com/u/534973?v=4)](https://github.com/zzarbi "zzarbi (22 commits)")[![qsomazzi](https://avatars.githubusercontent.com/u/1943676?v=4)](https://github.com/qsomazzi "qsomazzi (6 commits)")[![pospon](https://avatars.githubusercontent.com/u/1384909?v=4)](https://github.com/pospon "pospon (3 commits)")[![mikespub](https://avatars.githubusercontent.com/u/1447115?v=4)](https://github.com/mikespub "mikespub (2 commits)")[![PBXg33k](https://avatars.githubusercontent.com/u/1777196?v=4)](https://github.com/PBXg33k "PBXg33k (1 commits)")

### Embed Badge

![Health badge](/badges/qsomazzi-synology/health.svg)

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

###  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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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