PHPackages                             aldobarr/qbittorrent-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. aldobarr/qbittorrent-php

ActiveLibrary[API Development](/categories/api)

aldobarr/qbittorrent-php
========================

An unofficial PHP client for the qbittorrent WebUI API

v0.2.0-alpha(3y ago)0992[1 issues](https://github.com/aldobarr/qbittorrent-php/issues)GPL-3.0-onlyPHPPHP &gt;=8.1

Since Mar 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aldobarr/qbittorrent-php)[ Packagist](https://packagist.org/packages/aldobarr/qbittorrent-php)[ RSS](/packages/aldobarr-qbittorrent-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

QBittorrent PHP API
===================

[](#qbittorrent-php-api)

A PHP client for the qbittorrent WebUI API

Requirements
------------

[](#requirements)

- PHP 8.1 or higher

Installation
------------

[](#installation)

Please use Composer for the installation. For Composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

Install the module:

```
$ composer require aldobarr/qbittorrent-php
```

Basic Usage
-----------

[](#basic-usage)

Basic usage will indicate how to create a new api object with login credentials and make a raw request to the api. All requests using this object will maintain the login state for the life of the object. The raw request method will return a PSR-7 ResponseInterface object. See [guzzle documentation](https://docs.guzzlephp.org/en/stable/psr7.html#responses).

```
