Skip to content

bessone/synology-api-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synology FileStation Client API

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

About

PHP Implementation of Synology Download Station

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%