PHPackages                             papajin/activecampaign-api-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. [API Development](/categories/api)
4. /
5. papajin/activecampaign-api-php

ActiveLibrary[API Development](/categories/api)

papajin/activecampaign-api-php
==============================

This is unofficial PHP wrapper for the ActiveCampaign API v3. For the time being we start with Contact entity only.

v1.3.2(4y ago)0901MITPHPPHP &gt;=5.6CI failing

Since Oct 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/papajin/activecampaign-api-php)[ Packagist](https://packagist.org/packages/papajin/activecampaign-api-php)[ Docs](https://github.com/papajin/activecampaign-api-php)[ RSS](/packages/papajin-activecampaign-api-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (11)Used By (0)

activecampaign-api-php
======================

[](#activecampaign-api-php)

[![Source Code](https://camo.githubusercontent.com/e4b21d37a46e11db94adb128b1dd41d894965a430c0e7fc8b8cdccfbecf63331/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d706170616a696e2f61637469766563616d706169676e2545322538302539336170692545322538302539337068702d626c7565)](https://github.com/papajin/activecampaign-api-php)[![Latest Version](https://camo.githubusercontent.com/10875bd252f4b471bdebae2306971c545268bb418ee0592ea0f9fd01fafab2e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706170616a696e2f61637469766563616d706169676e2d6170692d7068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/papajin/activecampaign-api-php)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/papajin/activecampaign-api-php/blob/master/LICENSE)

About
-----

[](#about)

This is unofficial PHP wrapper for the ActiveCampaign API v3. For the time being we start with Contact entity only.

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

[](#installation)

The preferred method of installation is via [Packagist](https://packagist.org/packages/papajin/activecampaign-api-php) and [Composer](http://getcomposer.org/). Run the following command to install the package and add it as a requirement to your project's `composer.json`:

```
composer require papajin/activecampaign-api-php
```

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

[](#requirements)

The library uses [Guzzle](http://docs.guzzlephp.org/en/stable/) library for http calls. Version ~6.0 is stable version for the moment. The PHP version (5.6.38) is used in our environment (due to some legacy code restrictions). The package was also working OK with PHP version 7.2. Operation of the package with other PHP versions not tested.

Examples
--------

[](#examples)

Please, refer to the [API docs](https://developers.activecampaign.com/reference) for the parameters and responses structure.

```
