victorbalssa/synology-api-client

0.4.4 2022-05-27 22:24 UTC

This package is auto-updated.

Last update: 2024-03-28 02:39:22 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
    • search
    • download

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