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

ghattrell/activecampaign

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

  • Wednesday, November 23, 2016
  • by ghattrell
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8,225 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

ActiveCampaign

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

Installation

Installation using composer:, (*2)

composer require ghattrell/activecampaign

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

Ghattrell\ActiveCampaign\ActiveCampaignServiceProvider::class,

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

'AC' => Ghattrell\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

23/11 2016

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 George Hattrell

laravel api activecampaign

22/11 2016

1.1.1

1.1.1.0

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 George Hattrell

laravel api activecampaign

22/11 2016

1.1.2

1.1.2.0

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 George Hattrell

laravel api activecampaign

18/11 2016

1.1

1.1.0.0

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 George Hattrell

laravel api activecampaign

28/09 2016

v1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

laravel api activecampaign