PHPackages                             kimdongwan121/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. kimdongwan121/transmission-php

ActiveLibrary

kimdongwan121/transmission-php
==============================

PHP Transmission client

1.0.0(12y ago)015BSD-2-ClausePHP

Since Mar 31Pushed 4y agoCompare

[ Source](https://github.com/kimdongwan121/transmission-php)[ Packagist](https://packagist.org/packages/kimdongwan121/transmission-php)[ RSS](/packages/kimdongwan121-transmission-php/feed)WikiDiscussions master Synced today

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

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

[](#php-transmission-api)

[![Build Status](https://camo.githubusercontent.com/dec78fab24411192fc869e09959b98d6b4a7adaadfd35e7ed22aa438cc0fe537/68747470733a2f2f7472617669732d63692e6f72672f6b6c656972616d2f7472616e736d697373696f6e2d7068702e706e67)](https://travis-ci.org/kleiram/transmission-php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8e827f4885a1c039b78aea9ad6441607789efbac3ba53c96d5d0de853db2f0cc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6c656972616d2f7472616e736d697373696f6e2d7068702f6261646765732f7175616c6974792d73636f72652e706e673f733d32316666386365303062386233383137333433363034303561656166326234383837356138313337)](https://scrutinizer-ci.com/g/kleiram/transmission-php/)[![SensioLabsInsight](https://camo.githubusercontent.com/741f36eb878b1ea6129b15b0c8a0f27a95478043665acab98e6251a0effe2398/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34646634343166642d383634652d343439312d613232362d6233356237393931316166382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4df441fd-864e-4491-a226-b35b79911af8)

This 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):

```
{
    "require": {
        "kleiram/transmission-php": "dev-master"
    }
}
```

Usage
-----

[](#usage)

Using the library is as easy as installing it:

```
