PHPackages                             neosoftware/deluge-php - 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. neosoftware/deluge-php

ActiveLib

neosoftware/deluge-php
======================

Deluge php package from console

0.1(6y ago)071gplPHP

Since Jan 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/NEOSoftWare/deluge-php)[ Packagist](https://packagist.org/packages/neosoftware/deluge-php)[ RSS](/packages/neosoftware-deluge-php/feed)WikiDiscussions master Synced 1w ago

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

Deluge PHP
==========

[](#deluge-php)

Php package from [deluge console](https://dev.deluge-torrent.org/wiki/UserGuide/ThinClient#Console)

Install
-------

[](#install)

Run `composer require neosoftware/deluge-php`

Use
---

[](#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;
}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2314d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4435c2857477398db3522396111411e350fa8bee17eed2de5366a0940fc3c2cd?d=identicon)[NEOSoftWare](/maintainers/NEOSoftWare)

### Embed Badge

![Health badge](/badges/neosoftware-deluge-php/health.svg)

```
[![Health](https://phpackages.com/badges/neosoftware-deluge-php/health.svg)](https://phpackages.com/packages/neosoftware-deluge-php)
```

PHPackages © 2026

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