PHPackages                             treehousetim/activecampaign-api-v3-wrapper - 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. treehousetim/activecampaign-api-v3-wrapper

ActiveLibrary[API Development](/categories/api)

treehousetim/activecampaign-api-v3-wrapper
==========================================

PHP SDK ActiveCampaign API v3

v1.0.6(3y ago)031MITPHP

Since Jul 27Pushed 3y agoCompare

[ Source](https://github.com/treehousetim/activecampaign-api-v3-wrapper)[ Packagist](https://packagist.org/packages/treehousetim/activecampaign-api-v3-wrapper)[ RSS](/packages/treehousetim-activecampaign-api-v3-wrapper/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

ActiveCampaign API v3 Wrapper
=============================

[](#activecampaign-api-v3-wrapper)

Wrapper for ActiveCampaign API v3. Allows to make calls in ActiveCampaign services and work with data, using PHP. Simple and easy to use. Services available so far:

- Lists
- Contacts
- Tags
- Custom Fields

Official API documentation
--------------------------

[](#official-api-documentation)

Installation
------------

[](#installation)

**ActiveCampaign API v3 Wrapper** is available on Packagist. Just add this line to your **composer.json** file in **require** section

```
"treehousetim/activecampaign-api-v3-wrapper": "^1.0"
```

or open terminal window and run

```
composer require treehousetim/activecampaign-api-v3-wrapper
```

Usage
-----

[](#usage)

Wrapper allows you to chain methods and use a single instance to apply all needed filters and queries.

### Setup

[](#setup)

```
