├── README.md ├── composer.json └── uTorrent ├── Api.php └── model └── Filter.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboothman/utorrent-php-api/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboothman/utorrent-php-api/HEAD/composer.json -------------------------------------------------------------------------------- /uTorrent/Api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboothman/utorrent-php-api/HEAD/uTorrent/Api.php -------------------------------------------------------------------------------- /uTorrent/model/Filter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tboothman/utorrent-php-api/HEAD/uTorrent/model/Filter.php --------------------------------------------------------------------------------