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

ActiveLibrary[API Development](/categories/api)

getresponse/sdk-php
===================

SDK for all public GetResponse products

3.0.0(2y ago)30869.3k—4.4%18[8 issues](https://github.com/GetResponse/sdk-php/issues)2MITPHP

Since Mar 15Pushed 2y ago8 watchersCompare

[ Source](https://github.com/GetResponse/sdk-php)[ Packagist](https://packagist.org/packages/getresponse/sdk-php)[ RSS](/packages/getresponse-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (9)Used By (2)

GetResponse APIv3 PHP SDK
=========================

[](#getresponse-apiv3-php-sdk)

This document covers the basics of using SDK for PHP. For detailed documentation, please refer to the resources in [docs](docs) directory:

- [Client](docs/lib/client.md) - basic API client usage
- [Client Debugging](docs/lib/client_debugging.md) - how to log API communication, and debug the integration
- [Getting lists of resources](docs/lib/get_list_of_resources.md)
- [Getting resource details](docs/lib/get_resource_details.md)
- [Create resources](docs/lib/create_resource.md) - building data models and creating resources
- [Deleting resources](docs/lib/delete_resource.md)
- [Updating resources](docs/lib/update_resource.md)
- [Upgrade guide](UPGRADING.md) - upgrading from 1.x version to 2.x

Read more about the API in [GetResponse API Docs](https://apidocs.getresponse.com/v3) and [GetResponse API Reference](https://apireference.getresponse.com/).

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

[](#requirements)

- PHP 7.3+
- [cURL](https://secure.php.net/manual/en/book.curl.php)
- Composer or git

SDK installation
----------------

[](#sdk-installation)

### Using Composer

[](#using-composer)

```
composer require getresponse/sdk-php

```

See  for details.

### Using git

[](#using-git)

We recommend the `composer` installation. However, you can get SDK PHP by cloning the git project:

```

git clone https://github.com/GetResponse/sdk-php.git

```

The releases are available on GitHub:

Creating client
---------------

[](#creating-client)

To create a GetResponse client object, use:

```
