承接 adrosoftware/unbounce-api-php-sdk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

adrosoftware/unbounce-api-php-sdk

最新稳定版本:0.1.0

Composer 安装命令:

composer require adrosoftware/unbounce-api-php-sdk

包简介

A PHP SDK to interact with the unbounce.com API

README 文档

README

Latest Stable Version 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

统计信息

  • 总下载量: 2.13k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-18