{"id":23666043,"url":"https://github.com/phildier/php-rtorrent-client","last_synced_at":"2026-03-16T23:36:12.681Z","repository":{"id":57038786,"uuid":"37502217","full_name":"phildier/php-rtorrent-client","owner":"phildier","description":"PHP XMLRPC client for rtorrent","archived":false,"fork":false,"pushed_at":"2018-02-20T14:40:10.000Z","size":20,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T14:13:10.943Z","etag":null,"topics":["php","rtorrent"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phildier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-16T02:02:55.000Z","updated_at":"2024-08-31T16:30:42.000Z","dependencies_parsed_at":"2022-08-23T23:30:58.084Z","dependency_job_id":null,"html_url":"https://github.com/phildier/php-rtorrent-client","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/phildier/php-rtorrent-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildier%2Fphp-rtorrent-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildier%2Fphp-rtorrent-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildier%2Fphp-rtorrent-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildier%2Fphp-rtorrent-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phildier","download_url":"https://codeload.github.com/phildier/php-rtorrent-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phildier%2Fphp-rtorrent-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270859682,"owners_count":24658253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","rtorrent"],"created_at":"2024-12-29T06:31:13.272Z","updated_at":"2026-03-16T23:36:07.635Z","avatar_url":"https://github.com/phildier.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### PHP XMLRPC client for rtorrent\n\nProvides a simple, composer-installable XMLRPC client for communicating with the rTorrent bittorrent client\n\n#### Requirements\n\n- PHP 5.5.0\n- PHP curl extension\n- PHP xmlrpc extension\n\n#### Installation\n\nInstallation through composer is recommended:\n\n`composer require phildier/php-rtorrent-client`\n\n#### Example usage\n\n```\n\u003c?php\n\nrequire_once(\"../vendor/autoload.php\");\n\n$client = new PHPRtorrentClient\\Client(array('rpc_address'=\u003e\"http://localhost:8981/RPC2\"));\n\n$request = new PHPRtorrentClient\\Request(\"system.listMethods\");\n\n$methods = $client-\u003eexec($request);\n\nprint_r($methods-\u003egetAll());\n```\n\n#### Resources\n\nrTorrent XMLRPC references:\n\n- https://code.google.com/p/pyroscope/wiki/RtXmlRpcReference\n- https://code.google.com/p/gi-torrent/wiki/rTorrent_XMLRPC_reference\n- http://scratchpad.wikia.com/wiki/RTorrentCommands\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildier%2Fphp-rtorrent-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphildier%2Fphp-rtorrent-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphildier%2Fphp-rtorrent-client/lists"}