bessone/synology-api-client

Synology API client

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 56

Open Issues: 0

pkg:composer/bessone/synology-api-client

0.4.5 2025-07-29 13:38 UTC

This package is auto-updated.

Last update: 2025-09-29 14:02:32 UTC


README

This is a PHP Library that consume Synology FileStation APIs

  • SYNO.Api :

    • connect
    • disconnect
    • getAvailableApi
  • SYNO.FileStation:

    • connect
    • disconnect
    • getInfo
    • getShares
    • getObjectInfo
    • getList
    • getPathInfo
    • search
    • createFolder
    • uploadFile
    • download
    • delete

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());