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

ActiveLibrary[API Development](/categories/api)

campaigningbureau/unbounce-api-client
=====================================

A Laravel Package to communicate with the Unbounce API

v0.1(8y ago)0311[4 PRs](https://github.com/CampaigningBureau/unbounce-api-client/pulls)MITPHP

Since Mar 5Pushed 3y ago3 watchersCompare

[ Source](https://github.com/CampaigningBureau/unbounce-api-client)[ Packagist](https://packagist.org/packages/campaigningbureau/unbounce-api-client)[ RSS](/packages/campaigningbureau-unbounce-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (6)Used By (0)

Unbounce Api Client
===================

[](#unbounce-api-client)

Description
-----------

[](#description)

A library to consume the [Unbounce Api](https://developer.unbounce.com/) in your Laravel Application.

Installation
------------

[](#installation)

First require in Composer:

```
composer require campaigningbureau/unbounce-api-client

```

The Service Provider is found via Laravel Autodiscovery.

Then publish the config settings:

```
php artisan vendor:publish

```

Configuration
-------------

[](#configuration)

After publishing the config file you can edit them in `config/unbounce.php`.

Make sure you configure at least `api_key`.

Usage
-----

[](#usage)

### Subaccounts

[](#subaccounts)

Load subaccounts as a Collection of `Subaccount` Objects:

```
$account_id = 'myAccountId';
$subaccounts = Unbounce::subaccounts($account_id);
```

#### Pages

[](#pages)

By default the pages of a subaccount are not loaded. To load them use the following command:

```
$account_id = 'myAccountId';
$subaccounts = Unbounce::subaccounts($account_id);
$my_subaccount = $subaccounts->first();

$pages = $my_subaccount->getPages();
```

Still missing
-------------

[](#still-missing)

- More Subaccounts informations:
    - Domains
    - Leads
- Other Resource Routes
- OAuth AuthenticationDriver

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41c843b6d69480d63b42b023c29f9d4c3c604390614e38a722f976e1d4b67c11?d=identicon)[campaigningbureau](/maintainers/campaigningbureau)

---

Top Contributors

[![slue](https://avatars.githubusercontent.com/u/5067774?v=4)](https://github.com/slue "slue (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/campaigningbureau-unbounce-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/campaigningbureau-unbounce-api-client/health.svg)](https://phpackages.com/packages/campaigningbureau-unbounce-api-client)
```

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
