2017 © Pedro Peláez
 

library activecampaign

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

image

gentor/activecampaign

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

  • Wednesday, September 28, 2016
  • by gentor
  • Repository
  • 2 Watchers
  • 3 Stars
  • 2,427 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 36 % Grown

The README.md

ActiveCampaign

Wrapper on the ActiveCampaign PHP API - with custom methods and support for Laravel 5.x, (*1)

Installation

Installation using composer:, (*2)

composer require gentor/activecampaign

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

Gentor\ActiveCampaign\ActiveCampaignServiceProvider::class,

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

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

28/09 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

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