PHPackages                             growth-institute/circle.so-php - 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. growth-institute/circle.so-php

ActiveLibrary

growth-institute/circle.so-php
==============================

PHP library for Circle.so

0876↓100%1[1 PRs](https://github.com/growth-institute/circle.so-php/pulls)PHP

Since Jan 18Pushed 2y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![Circle.so for PHP](https://camo.githubusercontent.com/5177022d1753ffc10b0c454e3c36755e9f786c22c74e81f78c0429fa41a59233/68747470733a2f2f692e696d6775722e636f6d2f78583770367a6c2e706e67)](https://camo.githubusercontent.com/5177022d1753ffc10b0c454e3c36755e9f786c22c74e81f78c0429fa41a59233/68747470733a2f2f692e696d6775722e636f6d2f78583770367a6c2e706e67)

Circle.so for PHP
=================

[](#circleso-for-php)

What is this?
-------------

[](#what-is-this)

This library is a PHP tool to integrate [Circle](https://www.circle.so/) API into your projects. Circle.so documentation can be found [here](https://api.circle.so).

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

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

Simply require the package with `composer add growth-institute/circle.so-php`.

Don't forget to include your vendor `autoload.php`. Then you will be able to instantiate a Circle object. The constructor receives the *Circle API Key* as its only parameter. Example:

```
