kleiram / transmission-php

PHP Transmission API client
Other
184 stars 62 forks source link

Add downloadedEver and uploadedEver stats to Transmission\Model\Torrent #53

Closed popstas closed 8 years ago

popstas commented 8 years ago

Hello, I'm going to send stats from Transmisison to InfluxDB for detect unpopular torrents, I need metric "Uploaded" for that and add it to your library. I've tested it though unit tests and on real Transmission 2.84 (14306).

And, while unit testing, I got fatal error because PropertyAccess 2.3+ changed methods (see commit message).

kleiram commented 8 years ago

Cool! Thanks!