PHPackages                             apathetic/transmission - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. apathetic/transmission

ActiveLibrary[HTTP &amp; Networking](/categories/http)

apathetic/transmission
======================

a PHP lib for the Transmission RPC Interface.

v0.0.1-alpha(13y ago)05BSD-2-ClausePHPPHP &gt;=5.3.0

Since Apr 26Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Apathetic012/transmission)[ Packagist](https://packagist.org/packages/apathetic/transmission)[ RSS](/packages/apathetic-transmission/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

transmission
============

[](#transmission)

a PHP lib for the Transmission RPC Interface.

Usage
-----

[](#usage)

```
require __DIR__.'/vendor/autoload.php';

use Transmission\Transmission;

$config = array(
  'host' => '127.0.0.1',
  'port' => 9091,
  'endpoint' => '/transmission/rpc',
  'debug' => true,
  'fields' => array('totalSize') // default fields to get
);
$transmission = new Transmission($config);
```

Methods
-------

[](#methods)

- add
- get

Laravel
-------

[](#laravel)

- Add `Transmission\TransmissionServiceProvider` to your service providers.
- Add an alias to `Transmission`
- Define your configuration by creating a file `config/transmission.php`

```
// config/app.php

'providers' => array(
  'Transmission\TransmissionServiceProvider'
),

'alias' => array(
  'Transmission' => 'Transmission\Facades\Transmission'
)
```

You can then call methods like:

```
$add = Transmission::add($torrentUrl);
var_dump($add);
// object(stdClass)[210]
//   public 'hashString' => string 'e630b2c2bb1763bf59917164989cea88ab3b85e3' (length=40)
//   public 'id' => int 29
//   public 'name' => string 'Imagine+Dragons+-+Radioactive+[Single]+[mp3@320]' (length=48)
```

TODO

- other methods

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4814d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f75cd049c2f3bee456067f7b51d4c429d4596724d2dd222d24868bbb4eca6ce?d=identicon)[Apathetic012](/maintainers/Apathetic012)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[hgg/pardot

Pardot API library for building custom CRM connectors

23101.0k](/packages/hgg-pardot)[bradfeehan/desk-php

PHP client for Desk.com v2 API based on Guzzle

2181.4k](/packages/bradfeehan-desk-php)[zfr/zfr-pusher

PHP library for interacting with the Pusher REST API

2112.7k1](/packages/zfr-zfr-pusher)

PHPackages © 2026

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