PHPackages                             ktorfs/transmission-rpc - 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. [API Development](/categories/api)
4. /
5. ktorfs/transmission-rpc

ActiveLibrary[API Development](/categories/api)

ktorfs/transmission-rpc
=======================

PHP 100% object-oriented Transmission RPC client. This library gives you code-completion for all requests and responses available from the Transmission daemon.

1.0.2(11y ago)063MITPHPPHP &gt;=5.4.0

Since Apr 24Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kristoftorfs/transmission)[ Packagist](https://packagist.org/packages/ktorfs/transmission-rpc)[ RSS](/packages/ktorfs-transmission-rpc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Transmission RPC client
=======================

[](#transmission-rpc-client)

A 100% OOP RPC client for Transmission. This library gives you code-completion for all requests and responses available from the Transmission daemon.

The plan is to keep this in sync at all times with [Transmission RPC specs](https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt). Should you notice I'm behind on the specs, please notify me by opening a new [issue](https://github.com/kristoftorfs/transmission/issues/new).

Installation
------------

[](#installation)

Installation is done through composer.

Usage example
-------------

[](#usage-example)

```
use \Transmission\Transmission;
use \Transmission\Requests;
use \Transmission\Responses;

try {
    $tr = new Transmission();
    $request = new Requests\TorrentGet();
    $request->fields = array(Requests\TorrentGet::eta, Requests\TorrentGet::name, Requests\TorrentGet::percentDone);
    #$request->includeAll();
    $response = $tr->torrentGet($request);
    foreach($response->torrents as $torrent) {
        printf('%s: %d%% done, %d seconds left', $torrent->name, $torrent->percentDone * 100, $torrent->eta);
    }
} catch (Exception $e) {
    printf('Error %d - %s', $e->getCode(), $e->getMessage());
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~0 days

Total

3

Last Release

4042d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8181149?v=4)[Kristof Torfs](/maintainers/kristoftorfs)[@kristoftorfs](https://github.com/kristoftorfs)

---

Top Contributors

[![kristoftorfs](https://avatars.githubusercontent.com/u/8181149?v=4)](https://github.com/kristoftorfs "kristoftorfs (22 commits)")

---

Tags

apiclientrpcdownloadtorrenttransmission

### Embed Badge

![Health badge](/badges/ktorfs-transmission-rpc/health.svg)

```
[![Health](https://phpackages.com/badges/ktorfs-transmission-rpc/health.svg)](https://phpackages.com/packages/ktorfs-transmission-rpc)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80223.4k6](/packages/gorkalaucirica-hipchat-v2-api-client)[nesquick/metrics

PHP Client for Librato Metrics APIs.

1844.6k1](/packages/nesquick-metrics)[transmission-php/transmission-php

PHP Transmission client

171.5k](/packages/transmission-php-transmission-php)

PHPackages © 2026

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