Download the PHP package willicab/transmission without Composer
On this page you can find all versions of the php package willicab/transmission. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download willicab/transmission
More information about willicab/transmission
Files in willicab/transmission
Package transmission
Short Description PHP implementation of Transmission RPC.
License MIT
Homepage https://github.com/willicab/transmission
Informations about the package transmission
Transmission
Another PHP implementation of Transmission RPC Spec.
Instalation
You can install as a Composer package:
Usage
By default use 'http://localhost' as host and 9091 as port and not username and password
If you can set the parameters you can pass as array
Torrent Action Requests
The argument is the ids of the torrents, they can be:
- An integer referring to a torrent id.
- A list of torrent id numbers, sha1 hash strings, or both
- A string, "recently-active", for recently-active torrents
Torrent Set
You can see the list of available arguments in the spec file, point 3.2.
Torrent Get
You can see the list of available arguments in the spec file, point 3.3.
Adding a Torrent
You can see the list of available arguments in the spec file, point 3.4.
You can add a torrent with two methods:
Removing a Torrent
Moving a Torrent
Renaming a Torrent's Path
Session Set
You can see the list of available arguments in the spec file, point 4.1.
Session Get
Session Statistics
Blocklist
Port Checking
Session shutdown
Queue Movement Requests
Free Space
All versions of transmission with dependencies
ext-curl Version *