PHPackages                             kslr/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kslr/transmission-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kslr/transmission-php
=====================

PHP Transmission client

1.1.3(6y ago)33683BSD-2-ClausePHP

Since Mar 31Pushed 3y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (13)Used By (0)

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

[](#php-transmission-api)

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.

What's new?
-----------

[](#whats-new)

1. Fix PHP7.2 Compatible
2. Use a longer timeout
3. Hacky fix so that file size on 32bit PHP still works

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

[](#installation)

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

```
{
    "require": {
        "kslr/transmission-php": "master"
    }
}
```

Usage
-----

[](#usage)

Using the library is as easy as installing it:

```
