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

ActiveLibrary[API Development](/categories/api)

jaap115/activecampaign
======================

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

046PHP

Since May 22Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#activecampaign)

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

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

[](#installation)

Installation using composer:

```
composer require gentor/activecampaign

```

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

```
Gentor\ActiveCampaign\ActiveCampaignServiceProvider::class,
```

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

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

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

[](#configuration)

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

```
