PHPackages                             mike-rollout/hubspot-php-client - 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. mike-rollout/hubspot-php-client

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

mike-rollout/hubspot-php-client
===============================

hubspot PHP client

v1.0.0(1y ago)07MITPHPPHP ^7.4 || ^8.0

Since Jul 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mike-rollout/hubspot-php-client)[ Packagist](https://packagist.org/packages/mike-rollout/hubspot-php-client)[ Docs](https://github.com/rolloutHQ/hubspot-php-client)[ RSS](/packages/mike-rollout-hubspot-php-client/feed)WikiDiscussions main Synced 1mo ago

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

OpenAPIClient-php
=================

[](#openapiclient-php)

No description provided (generated by Openapi Generator )

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### 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/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
