PHPackages                             disruptiveadvertising/circle-so-api-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. disruptiveadvertising/circle-so-api-php-sdk

ActiveLibrary[API Development](/categories/api)

disruptiveadvertising/circle-so-api-php-sdk
===========================================

A PHP SDK to interact with the circle.so API

0.3.3(6mo ago)034MITPHPPHP ^8.1.0

Since Mar 19Pushed 6mo agoCompare

[ Source](https://github.com/disruptiveadvertising/circle-so-api-php-sdk)[ Packagist](https://packagist.org/packages/disruptiveadvertising/circle-so-api-php-sdk)[ RSS](/packages/disruptiveadvertising-circle-so-api-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (14)Versions (8)Used By (0)

 [![](./art/circle-so-plus-php.png)](./art/circle-so-plus-php.png)

 [ ![Latest Stable Version](https://camo.githubusercontent.com/497f0ef103f5ff743309b0299177a961aab26a9fe9189b4fd195ee76fd7f66f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164726f736f6674776172652f636972636c652d736f2d6170692d7068702d73646b2e737667) ](https://packagist.org/packages/adrosoftware/circle-so-api-php-sdk) [ ![](https://camo.githubusercontent.com/b37591576aec723a1f0b3fc61983076f2cfdd16056719f79c68d9bd9144661c8/68747470733a2f2f636f6465636f762e696f2f67682f6164726f736f6674776172652f636972636c652d736f2d6170692d7068702d73646b2f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d5349344e584f43314158) ](https://codecov.io/gh/adrosoftware/circle-so-api-php-sdk) [ ![Test - PHPUnit](https://github.com/adrosoftware/circle-so-api-php-sdk/actions/workflows/ci.yml/badge.svg) ](https://github.com/adrosoftware/circle-so-api-php-sdk/actions/workflows/ci.yml) [ ![License](https://camo.githubusercontent.com/a00743cb55e51a6a8f9e58fceb03b6f5e559d5d5b1165ff2244aa5bd9943a0f0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6164726f736f6674776172652f636972636c652d736f2d6170692d7068702d73646b) ](https://github.com/adrosoftware/circle-so-api-php-sdk/blob/main/LICENSE) [![Last commit](https://camo.githubusercontent.com/46d56a941bea6ee46f7728130a7050ad0b108384dd8fadff99c6e9146dc3cb2d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6164726f736f6674776172652f636972636c652d736f2d6170692d7068702d73646b2e737667)](https://camo.githubusercontent.com/46d56a941bea6ee46f7728130a7050ad0b108384dd8fadff99c6e9146dc3cb2d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6164726f736f6674776172652f636972636c652d736f2d6170692d7068702d73646b2e737667)

Unofficial [Circle](https://www.circle.so/) SDK for PHP
=======================================================

[](#unofficial-circle-sdk-for-php)

This is a Object Oriented wrapper for the [Circle](https://www.circle.so/) API, written with PHP. The full Circle API documentation can be found [here](https://api.circle.so).

Documentation
-------------

[](#documentation)

To see full documentation visit the oficial [documentation](https://adrosoftware.github.io/circle-so-api-php-sdk/)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- A [PSR-17 implementation](https://packagist.org/providers/psr/http-factory-implementation)
- A [PSR-18 implementation](https://packagist.org/providers/psr/http-client-implementation)

How to use it
-------------

[](#how-to-use-it)

*This package is decoupled from any HTTP messaging client with help by [HTTPlug](https://httplug.io). 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](https://getcomposer.org/):

```
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.

```
