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

ActiveLibrary[API Development](/categories/api)

dhrechanyi/activecampaign-api-v3-wrapper
========================================

Wrapper for ActiveCampaing API v3, which allows to work with their services, using PHP

1.01(4y ago)11118[1 issues](https://github.com/dhrechanyi/activecampaign-api-v3-wrapper/issues)[1 PRs](https://github.com/dhrechanyi/activecampaign-api-v3-wrapper/pulls)MITPHP

Since Oct 5Pushed 4y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)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

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

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

or open terminal window and run

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

Usage
-----

[](#usage)

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

### Setup

[](#setup)

```
