adrosoftware/unbounce-api-php-sdk

A PHP SDK to interact with the unbounce.com API

Maintainers

👁 adrorocker

Package info

github.com/adrosoftware/unbounce-api-php-sdk

pkg:composer/adrosoftware/unbounce-api-php-sdk

Statistics

Installs: 5 312

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1.0 2024-09-18 18:30 UTC

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 30e74ef93496fe7c35ce9961686cb38d57bddda4

  • Adro Morelos <me.woop@adro.rocks>

This package is auto-updated.

Last update: 2026-06-19 00:33:02 UTC


README

👁 Image

👁 Latest Stable Version
👁 Image
👁 Test - CI
👁 License
👁 Last commit

Unofficial Unbounce SDK for PHP

This is a Object Oriented wrapper for the Unbounce API, written with PHP. The full Unbounce API documentation can be found here.

Documentation

To see full documentation visit the oficial documentation

Requirements

How to use it

This package is decoupled from any HTTP messaging client with help by HTTPlug. 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:

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.

<?php

declare(strict_types=1);

use AdroSoftware\UnbounceSdk\Unbounce;

$unbounce = Unbounce::make('5up3r53cr3770k3n');

// Interact with the API.

$accounts = $unbounce->accounts()->all();

License

This package is licensed under the MIT License - see the LICENSE file for details

Maintainers

This library is maintained by:

Contributors

See all the contributors here