PHPackages                             metaline/activecampaign-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. metaline/activecampaign-sdk

ActiveLibrary[API Development](/categories/api)

metaline/activecampaign-sdk
===========================

A simple PHP wrapper for the ActiveCampaign API v3

1.0.4(12mo ago)42.2k1MITPHPPHP ^7.3 || ^8.0CI failing

Since Apr 18Pushed 12mo ago2 watchersCompare

[ Source](https://github.com/metaline/activecampaign-sdk)[ Packagist](https://packagist.org/packages/metaline/activecampaign-sdk)[ Docs](https://github.com/metaline/activecampaign-sdk)[ RSS](/packages/metaline-activecampaign-sdk/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

ActiveCampaign API SDK
======================

[](#activecampaign-api-sdk)

[![Tests status](https://github.com/metaline/activecampaign-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/metaline/activecampaign-sdk/actions)[![Coverage Status](https://camo.githubusercontent.com/bcb201492d040c5762a0e277278a78a1dfc0f69937f280cb19e0445040d50eee/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d6574616c696e652f61637469766563616d706169676e2d73646b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/metaline/activecampaign-sdk?branch=master)

This library is a simple PHP wrapper for the [ActiveCampaign API v3](https://developers.activecampaign.com/v3/reference).

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

[](#installation)

Install the latest version with [Composer](https://getcomposer.org/):

```
composer require metaline/activecampaign-sdk

```

### Requirements

[](#requirements)

This project works with PHP 5.6+ or 7.1+.

You also need a URL and a KEY to access the ActiveCampaign APIs. These parameters are specific to your ActiveCampaign account. You can find them under Settings / Developer section of your profile.

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

[](#documentation)

First you need to create an instance of the Client:

```
