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

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

mostertb/transmission-php
=========================

Fork of unmaintained kleiram/transmission-php PHP Transmission RPC client library

v1.1.0(6y ago)11101BSD-2-ClausePHPPHP ~7.2

Since Mar 31Pushed 5y agoCompare

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

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

PHP Transmission API
====================

[](#php-transmission-api)

[![Latest Stable Version](https://camo.githubusercontent.com/459a92a896eda6469a1041e874cc7c9e683f32db73d60d62f76b14a1a0d138b7/68747470733a2f2f706f7365722e707567782e6f72672f6d6f7374657274622f7472616e736d697373696f6e2d7068702f762f737461626c65)](https://packagist.org/packages/mostertb/transmission-php)[![Total Downloads](https://camo.githubusercontent.com/a1269fa04d508e1b01ce2d60d24320db8c073e5826b2c8484d433abd4eec5ab2/68747470733a2f2f706f7365722e707567782e6f72672f6d6f7374657274622f7472616e736d697373696f6e2d7068702f646f776e6c6f616473)](https://packagist.org/packages/mostertb/transmission-php)[![License](https://camo.githubusercontent.com/f7dbe3c97668008717297c63a8ab74dde7ca450fb000a6756d3e16e9738a403c/68747470733a2f2f706f7365722e707567782e6f72672f6d6f7374657274622f7472616e736d697373696f6e2d7068702f6c6963656e7365)](https://packagist.org/packages/mostertb/transmission-php)[![Build Status](https://camo.githubusercontent.com/3af68c0fd02826b5551ca3e65297d33658bc3d1c2aa3991d96046adae96295c3/68747470733a2f2f7472617669732d63692e636f6d2f6d6f7374657274622f7472616e736d697373696f6e2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/mostertb/transmission-php)

This repo contains a fork of the un-maintained [kleiram/transmission-php](https://github.com/kleiram/transmission-php)PHP Transmission RPC client library. This fork provides support for more recent versions of PHP and functionality in newer versions of Transmission as well as fixes to upstream issues. See the [CHANGLOG](CHANGELOG) for a full list of changes

The library provides an interface to the [Transmission](http://transmissionbt.com) bit-torrent downloader. It provides means to get and remove torrents from the downloader as well as adding new torrents to the download queue.

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

[](#installation)

Installation is easy using [Composer](https://getcomposer.org):

```
composer require mostertb/transmission-php
```

Usage
-----

[](#usage)

Using the library is as easy as installing it:

```
