PHPackages                             darkgoldblade01/infusionsoft - 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. darkgoldblade01/infusionsoft

ActiveLibrary[API Development](/categories/api)

darkgoldblade01/infusionsoft
============================

Infusionsoft PHP API - an easy to use version of the PHP Infusionsoft API using GuzzleHTTP.

v0.0.3.1(8y ago)039[1 PRs](https://github.com/darkgoldblade01/Infusionsoft-PHP-SDK/pulls)PHPPHP &gt;=7.1

Since Aug 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/darkgoldblade01/Infusionsoft-PHP-SDK)[ Packagist](https://packagist.org/packages/darkgoldblade01/infusionsoft)[ Docs](http://darkgoldblade01.com)[ RSS](/packages/darkgoldblade01-infusionsoft/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (5)Versions (7)Used By (0)

Infusionsoft PHP SDK
====================

[](#infusionsoft-php-sdk)

Master Branch

[![Build Status](https://camo.githubusercontent.com/b2cb330ad76249821d1d64f257bbce0ad21c07ab85112adff1c0728eaaa61826/68747470733a2f2f7472617669732d63692e6f72672f6461726b676f6c64626c61646530312f496e667573696f6e736f66742d5048502d53444b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/darkgoldblade01/Infusionsoft-PHP-SDK)

Dev Branch

[![Build Status](https://camo.githubusercontent.com/dc2339fcbe7e3e45497fc098ee3fe353706a6ce28756f76e5525c09e6a7f49bb/68747470733a2f2f7472617669732d63692e6f72672f6461726b676f6c64626c61646530312f496e667573696f6e736f66742d5048502d53444b2e7376673f6272616e63683d646576)](https://travis-ci.org/darkgoldblade01/Infusionsoft-PHP-SDK)

Infusionsoft PHP API - an easy to use version of the PHP Infusionsoft API using GuzzleHTTP.

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

[](#requirements)

PHP 7.0 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/):

```
composer require darkgoldblade01/infusionsoft

```

### Getting Started

[](#getting-started)

Getting started is easy, you just have to pass the variables required to use the endpoints you want. For instance, the access token is not required if you are using the authorzation endpoints, but everything is required for any other request.

```
