disruptiveadvertising/circle-so-api-php-sdk
最新稳定版本:0.3.3
Composer 安装命令:
composer require disruptiveadvertising/circle-so-api-php-sdk
包简介
A PHP SDK to interact with the circle.so API
README 文档
README
Unofficial Circle SDK for PHP
This is a Object Oriented wrapper for the Circle API, written with PHP. The full Circle 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/circle-so-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\CircleSoSdk\CircleSo; $circleSo = CircleSo::make('5up3r53cr3770k3n'); // Interact with the API. $me = $circleSo->me()->info();
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
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-02
