2017 © Pedro Peláez
 

library activecampaign

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

image

codebykyle/activecampaign

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

  • Wednesday, December 6, 2017
  • by codebykyle
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Installation

Installation using composer:, (*2)

composer require codebykyle/activecampaign

Add the service provider in config/app.php:, (*3)

CodeByKyle\ActiveCampaign\ActiveCampaignServiceProvider::class,

Add the facade alias in config/app.php:, (*4)

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

Configuration

Change your default settings in app/config/activecampaign.php:, (*5)

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

Documentation

ActiveCampaign PHP API, (*6)

API Methods Overview, (*7)

The Versions

06/12 2017

dev-extensions

dev-extensions

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

  Sources   Download

MIT

The Requires

 

by Kyle Shovan

laravel api activecampaign

16/11 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Kyle Shovan

laravel api activecampaign