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
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
- PHP >= 8.1
- A PSR-17 implementation
- A PSR-18 implementation
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
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-18
