PHPackages                             dream-rhythm/synology-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. dream-rhythm/synology-api

ActiveLibrary[API Development](/categories/api)

dream-rhythm/synology-api
=========================

Handle Synology API

1.0.4(4y ago)011MITPHPPHP &gt;=5.4

Since Nov 26Pushed 4y agoCompare

[ Source](https://github.com/dream-rhythm/synology-api)[ Packagist](https://packagist.org/packages/dream-rhythm/synology-api)[ RSS](/packages/dream-rhythm-synology-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)DependenciesVersions (6)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.SynologyDriveServer :

    - connect
    - disconnect
    - getConnection
    - getShare
    - getLog
- SYNO.CloudStationServer :

    - connect
    - disconnect
    - getConnection
    - getLog
- 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
- SYNO.SurveillanceStation:

    - connect
    - disconnect
    - getInfo
    - getCameraList
    - getHomeModeInfo
    - switchHomeMode

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

5

Last Release

1620d ago

PHP version history (2 changes)1.0.1PHP ^5.4

1.0.3PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5628fbd60c17f63f9f2b9de2a3d98e18404bfc8dd546701e79f3567a1758aec0?d=identicon)[dream-rhythm](/maintainers/dream-rhythm)

---

Top Contributors

[![zzarbi](https://avatars.githubusercontent.com/u/534973?v=4)](https://github.com/zzarbi "zzarbi (22 commits)")[![ohorbatiuk](https://avatars.githubusercontent.com/u/11755359?v=4)](https://github.com/ohorbatiuk "ohorbatiuk (13 commits)")[![dream-rhythm](https://avatars.githubusercontent.com/u/22325790?v=4)](https://github.com/dream-rhythm "dream-rhythm (12 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)")

---

Tags

apisynology

### Embed Badge

![Health badge](/badges/dream-rhythm-synology-api/health.svg)

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

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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