PHPackages                             keap/keap-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. keap/keap-sdk

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

keap/keap-sdk
=============

Keap Public API Documentation

2.0.2(1mo ago)3172↓14.3%11Apache-2.0PHPPHP ^8.1

Since May 16Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/infusionsoft/keap-sdk-php)[ Packagist](https://packagist.org/packages/keap/keap-sdk)[ Docs](https://github.com/infusionsoft/keap-sdk)[ RSS](/packages/keap-keap-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (38)Used By (1)

core-v2-client
==============

[](#core-v2-client)

Keap Public API Documentation

For more information, please visit .

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/infusionsoft/keap-sdk-php.git"
    }
  ],
  "require": {
    "keap/keap-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
