Skip to content

NEOSoftWare/deluge-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Deluge PHP

Php package from deluge console

Install

Run composer require neosoftware/deluge-php

Use

$delugeConsole = new DelugeConsole([
    'host' => 'localhost',
    'user' => 'deluge',
    'password' => 'deluge',
]);

$torrents = (new InfoCommand($delugeConsole))->torrentList();

foreach($torrents as $torrent){
    print $torrent->name . ' '. $torrent->eta . PHP_EOL;
}

About

Deluge php package from console

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages