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

AbandonedArchivedLibrary[API Development](/categories/api)

chmez/synology-api
==================

Handle Synology API

101119PHP

Since Jul 19Pushed 5y agoCompare

[ Source](https://github.com/ohorbatiuk/synology-api)[ Packagist](https://packagist.org/packages/chmez/synology-api)[ RSS](/packages/chmez-synology-api/feed)WikiDiscussions master Synced 5d 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
- 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

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/654fd1947beac77a0431fed8a256e3e1876aa40d520183e6e8ff356640af86ce?d=identicon)[ohorbatiuk](/maintainers/ohorbatiuk)

---

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)")[![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

synologysynology-api

### Embed Badge

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

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

###  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)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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