adrosoftware/circle-so-api-php-sdk

A PHP SDK to interact with the circle.so API

0.7.0 2024-03-19 19:21 UTC

This package is auto-updated.

Last update: 2024-04-19 20:56:15 UTC


README

circle-so-plus-php.png

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