PHPackages                             flowhunt/flowhunt-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. flowhunt/flowhunt-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

flowhunt/flowhunt-php-sdk
=========================

FlowHunt API

3.17.2(3mo ago)010.9k—0%GPL-2.0PHPPHP ^8.1CI passing

Since Nov 18Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/QualityUnit/flowhunt-php-sdk)[ Packagist](https://packagist.org/packages/flowhunt/flowhunt-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/flowhunt-flowhunt-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (17)Used By (0)

FlowHunt
========

[](#flowhunt)

FlowHunt API

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/flowhunt-php-sdk.git"
    }
  ],
  "require": {
    "GIT_USER_ID/flowhunt-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
