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

ActiveLibrary[API Development](/categories/api)

kazio73/synology-api-client
===========================

Synology API client

0.3.8(1y ago)036↓50%MITPHPPHP &gt;=8.2.0

Since Sep 3Pushed 1y agoCompare

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

READMEChangelog (2)DependenciesVersions (6)Used By (0)

Synology FileStation Client API
===============================

[](#synology-filestation-client-api)

This is a PHP Library that consume Synology FileStation APIs. The library is being updated. A small SynologyDrive support has appeared.

- SYNO.Api :

    - connect
    - disconnect
    - getAvailableApi
- SYNO.FileStation:

    - connect
    - disconnect
    - getInfo
    - getShares
    - getObjectInfo
    - getList
    - getPathInfo
    - search
    - createFolder
    - uploadFile
    - download
    - delete
- SYNO.DriveStation:

    - connect
    - disconnect
    - getInfo
    - getTeamFolders
    - getMyDrive
    - getDir
    - createFolder
    - deleteFolder

Usage for FileStationClient Synology Api:

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

Usage for DriveStationClient Synology Api:

```
$synology = new FileStationClient('192.168.10.5', 5000, 'http', 1);
$synology->activateDebug();
$synology->connect('admin', 'xxxx');
print_r($synology->getInfo('type: private || team', 'path'));
print_r($synology->getDir('type: private || team', 'path', 'name'));
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

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

615d ago

PHP version history (2 changes)0.3.6.x-devPHP &gt;=8.1.0

0.3.7PHP &gt;=8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/27bcd6b69273f150f7c5413b954bd070d70464dbbfaff6796d3f8a5ff1edc862?d=identicon)[Kazio73](/maintainers/Kazio73)

---

Top Contributors

[![zzarbi](https://avatars.githubusercontent.com/u/534973?v=4)](https://github.com/zzarbi "zzarbi (32 commits)")[![Kazio73](https://avatars.githubusercontent.com/u/50167005?v=4)](https://github.com/Kazio73 "Kazio73 (14 commits)")[![bessone](https://avatars.githubusercontent.com/u/1089510?v=4)](https://github.com/bessone "bessone (14 commits)")[![victorbalssa](https://avatars.githubusercontent.com/u/12813321?v=4)](https://github.com/victorbalssa "victorbalssa (4 commits)")[![lucienimmink](https://avatars.githubusercontent.com/u/5187882?v=4)](https://github.com/lucienimmink "lucienimmink (3 commits)")[![cweiske](https://avatars.githubusercontent.com/u/59036?v=4)](https://github.com/cweiske "cweiske (2 commits)")[![m4tthumphrey](https://avatars.githubusercontent.com/u/582971?v=4)](https://github.com/m4tthumphrey "m4tthumphrey (1 commits)")[![PBXg33k](https://avatars.githubusercontent.com/u/1777196?v=4)](https://github.com/PBXg33k "PBXg33k (1 commits)")

---

Tags

synologynas

### Embed Badge

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

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

###  Alternatives

[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/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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