transmission-php icon indicating copy to clipboard operation
transmission-php copied to clipboard

PHP Transmission API client

Results 28 transmission-php issues
Sort by recently updated
recently updated
newest added

Hello, When I add a torrent using : `$torrent = $transmission->add(base64_encode(file_get_contents($link)),true);` I get the following warning : ``` PHP Warning: count(): Parameter must be an array or an object that...

Hi @kleiram I recall from a past issue you mentioned you were swamped at work. There does seem to be some interest from people to contribute fixes, so I wonder...

Hello there, I forked this projet and update it with the latest versions of librairies (buzz, phpunit, etc.) You can submit pulls requests and I can add one or several...

Hello! When i run this php code... ``` require_once('vendor/autoload.php'); use Transmission\Client; use Transmission\Transmission; class metauri{ private $instance_file = '/tmp/metauri.pid'; private $files; private $transmission_host = '127.0.0.1'; private $transmission_port = 9091; private...

It seems there are some changes in Buzz API(https://github.com/kriswallsmith/Buzz) since 0.17. That's why transmission-php is broken now. It fails with message about missing class Buzz\Message\Request now. But everything is fine...

![imagen](https://user-images.githubusercontent.com/19379457/48917698-71fa6b80-ee88-11e8-9f89-ab6edf57fe13.png) with code ![imagen](https://user-images.githubusercontent.com/19379457/48917709-88a0c280-ee88-11e8-85ed-5ee2be398ca9.png) error_reporting(-1); ![imagen](https://user-images.githubusercontent.com/19379457/50170800-0d98c380-02f1-11e9-8ab0-b1d21a43ce4a.png)

correct way of use loading the libraries generated by composer

i'm on a slow net, and when running $transmission->all(), i get this: ```php PHP Fatal error: Uncaught Buzz\Exception\RequestException: Operation timed out after 5000 milliseconds with 476714 out of 2574175 bytes...

I will like to fix issue #74 with locking buzz package version.