PHPackages                             adrosoftware/unbounce-api-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. [API Development](/categories/api)
4. /
5. adrosoftware/unbounce-api-php-sdk

ActiveLibrary[API Development](/categories/api)

adrosoftware/unbounce-api-php-sdk
=================================

A PHP SDK to interact with the unbounce.com API

0.1.0(1y ago)15.5k↓33.5%MITPHPPHP ^8.1.0

Since Sep 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/adrosoftware/unbounce-api-php-sdk)[ Packagist](https://packagist.org/packages/adrosoftware/unbounce-api-php-sdk)[ RSS](/packages/adrosoftware-unbounce-api-php-sdk/feed)WikiDiscussions main Synced 2d ago

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

 [![](./art/unbounce-plus-php.png)](./art/unbounce-plus-php.png)

 [ ![Latest Stable Version](https://camo.githubusercontent.com/92c68eafc1a17dd200b2a8b2ca2a63abf9f5920e15c73688c7a1631769186369/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164726f736f6674776172652f756e626f756e63652d6170692d7068702d73646b2e737667) ](https://packagist.org/packages/adrosoftware/unbounce-api-php-sdk) [ ![](https://camo.githubusercontent.com/a39e679e1e7c3a80e560aaa37d0314f123958e422506bf96de7e7fc3d453398f/68747470733a2f2f636f6465636f762e696f2f67682f6164726f736f6674776172652f756e626f756e63652d6170692d7068702d73646b2f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d5349344e584f43314158) ](https://codecov.io/gh/adrosoftware/unbounce-api-php-sdk) [ ![Test - CI](https://github.com/adrosoftware/unbounce-api-php-sdk/actions/workflows/ci.yml/badge.svg) ](https://github.com/adrosoftware/unbounce-api-php-sdk/actions/workflows/ci.yml) [ ![License](https://camo.githubusercontent.com/61f2e9fedcb6f149e51a30aa9efe26293c7f7ef1b53c59674c889a577081a787/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6164726f736f6674776172652f756e626f756e63652d6170692d7068702d73646b) ](https://github.com/adrosoftware/unbounce-api-php-sdk/blob/main/LICENSE) [![Last commit](https://camo.githubusercontent.com/7b2e5ccfce1f16bdf53480d18b378ea2b3b866be0423eb617fefe64653a7c2ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6164726f736f6674776172652f756e626f756e63652d6170692d7068702d73646b2e737667)](https://camo.githubusercontent.com/7b2e5ccfce1f16bdf53480d18b378ea2b3b866be0423eb617fefe64653a7c2ab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6164726f736f6674776172652f756e626f756e63652d6170692d7068702d73646b2e737667)

Unofficial Unbounce SDK for PHP
===============================

[](#unofficial-unbounce-sdk-for-php)

This is a Object Oriented wrapper for the [Unbounce](https://unbounce.com/) API, written with PHP. The full Unbounce API documentation can be found [here](https://developer.unbounce.com/api_reference/).

Documentation
-------------

[](#documentation)

To see full documentation visit the oficial [documentation](https://adrosoftware.github.io/unbounce-api-php-sdk/)

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

[](#requirements)

- PHP &gt;= 8.1
- A [PSR-17 implementation](https://packagist.org/providers/psr/http-factory-implementation)
- A [PSR-18 implementation](https://packagist.org/providers/psr/http-client-implementation)

How to use it
-------------

[](#how-to-use-it)

*This package is decoupled from any HTTP messaging client with help by [HTTPlug](https://httplug.io). For this reason you need to install a PSR-17 and PSR-18 implementation packages. Example: `composer require symfony/http-client nyholm/psr7`.*

Require the package with [composer](https://getcomposer.org/):

```
composer require adrosoftware/unbounce-api-php-sdk
```

Create an instance on your codebase as follows and then you will be good to start interacting with the Circle API.

```
