PHPackages                             close/partner-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. close/partner-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

close/partner-sdk
=================

Official SDK for Close partners.

v1.0.6(1y ago)36.3k↓66.7%[1 PRs](https://github.com/close-dev-team/partner-sdk-php/pulls)Apache-2.0PHPPHP ^7.4|^8.0|^8.1

Since Jun 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/close-dev-team/partner-sdk-php)[ Packagist](https://packagist.org/packages/close/partner-sdk)[ RSS](/packages/close-partner-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (8)Versions (19)Used By (0)

Close SDK for PHP
=================

[](#close-sdk-for-php)

[![Lastest Version](https://camo.githubusercontent.com/772e7f91dde3cc640e902587efba80c21650da2326765c81de32383a321dd236/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f636c6f73652d6465762d7465616d2f706172746e65722d73646b2d706870)](https://github.com/close-dev-team/partner-sdk-php/releases)[![Run PHP Unit tests](https://github.com/close-dev-team/partner-sdk-php/actions/workflows/run-phpunit-tests.yaml/badge.svg?branch=main)](https://github.com/close-dev-team/partner-sdk-php/actions/workflows/run-phpunit-tests.yaml)[![Apache 2 License](https://camo.githubusercontent.com/2d93eb2b1c87eca1aaebf53fd8da0cdd4eb3515bcc94ebc514ac714f04d2f136/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f636c6f73652d6465762d7465616d2f706172746e65722d73646b2d706870)](https://www.apache.org/licenses/LICENSE-2.0)

The **Close SDK for PHP** makes it easy for developers to communicate with [The Close App](http://thecloseapp.com) in their PHP code. Get started really fast by [installing the SDK through Composer](#Getting-Started).

Jump To:

- [Getting Started](#Getting-Started)
- [Quick Examples](#Quick-Examples)
- [Full user guide](/USERGUIDE.md)
- [Getting Help](#Getting-Help)
- [Features](#Features)
- [Contributing](#Contributing)
- [Other Resources](#Resources)

Getting Started
---------------

[](#getting-started)

1. **Get your credentials** – Before you begin, you need to already have an account with Close. If that is not the case, feel free to [contact us](devteam@thecloseapp.com).
2. **Minimum requirements** – In order to use the Close SDK, your system will need to meet the \[minimum requirements\]\[docs-requirements\], which includes having **PHP &gt;= 7.4**.
3. **Install the SDK** – The recommended way to use the Close SDK is by installing it with [Composer](http://getcomposer.org):

    ```
    composer require close/partner-sdk

    ```
4. **Using the SDK** – In this page you will learn how to use the SDK, but if you want to get more information about the calls, you can always see our [Close Partner API Documentation](https://partner.closeapi.nl/api/documentation), which this SDK is a wrapper of.

Quick Examples
--------------

[](#quick-examples)

### Create the Close SDK client

[](#create-the-close-sdk-client)

```
