Skip to content

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

License

Notifications You must be signed in to change notification settings

m8e/activecampaign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveCampaign

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

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

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

<?php
return [
    'api_url' => env('ACTIVECAMPAIGN_API_URL', '****'),
    'api_key' => env('ACTIVECAMPAIGN_API_KEY', '********'),
];

Documentation

ActiveCampaign PHP API

API Methods Overview

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%