disruptiveadvertising/circle-so-api-php-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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

Latest Stable Version Test - PHPUnit License Last commit

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

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-02