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

ActiveLibrary[API Development](/categories/api)

ghattrell/activecampaign
========================

Wrapper on the ActiveCampaign PHP API - with custom methods and support for Laravel 5.x. Continuing on the work from Gentor.

1.1.2(9y ago)247.3k↑103.6%1MITPHPPHP &gt;= 5.6

Since Sep 28Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ghattrell/activecampaign)[ Packagist](https://packagist.org/packages/ghattrell/activecampaign)[ RSS](/packages/ghattrell-activecampaign/feed)WikiDiscussions master Synced 1mo ago

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

ActiveCampaign
==============

[](#activecampaign)

Wrapper on the ActiveCampaign PHP API - with custom methods and support for Laravel 5.x, and extension of Gentor's good work.

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

[](#installation)

Installation using composer:

```
composer require ghattrell/activecampaign

```

Add the service provider in `config/app.php`:

```
Ghattrell\ActiveCampaign\ActiveCampaignServiceProvider::class,
```

Add the facade alias in `config/app.php`:

```
'AC' => Ghattrell\ActiveCampaign\Facades\ActiveCampaign::class,
```

Configuration
-------------

[](#configuration)

Change your default settings in `app/config/activecampaign.php`:

```
