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

ActiveLibrary

codebykyle/activecampaign
=========================

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

14.9k1PHP

Since Nov 16Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#activecampaign)

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

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

[](#installation)

Installation using composer:

```
composer require codebykyle/activecampaign

```

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

```
CodeByKyle\ActiveCampaign\ActiveCampaignServiceProvider::class,
```

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

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

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

[](#configuration)

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

```
