2017 © Pedro Peláez
 

library lumen-mautic-api

Free and Open Source Marketing Automation API

image

princealikhan/lumen-mautic-api

Free and Open Source Marketing Automation API

  • Wednesday, July 19, 2017
  • by princealikhan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Mautic API in Laravel/Lumen.

Free and Open Source Marketing Automation API, (*1)

Requirements

  • PHP 5.5.* or newer
  • cURL support

Mautic Setup

The API must be enabled in Mautic. Within Mautic, go to the Configuration page (located in the Settings menu) and under API Settings enable Mautic's API. You can also choose which OAuth2 protocol to use here. After saving the configuration, go to the API Credentials page (located in the Settings menu) and create a new client. Enter the callback/redirect URI that the request will be sent from. Click Apply then copy the Client ID and Client Secret to the application that will be using the API., (*2)

Register Service Provider in App\Providers\AppServiceProvider.php

$this->app->singleton('mautic',function ($app){
    $app->config('mautic');
    return $app->loadComponent('mautic','Princealikhan\Mautic\MauticServiceProvider','mautic');
});

Registering Application

In order to register you application with mautic ping this url this is one time registration., (*3)

http://your-app/mautic/application/register

The Versions

19/07 2017

dev-master

9999999-dev

Free and Open Source Marketing Automation API

  Sources   Download

MIT

The Requires

 

by Prince Ali Khan

laravel api lumen cron sync mautic princealikhan

19/07 2017

1.0.6

1.0.6.0

Free and Open Source Marketing Automation API

  Sources   Download

MIT

The Requires

 

by Prince Ali Khan

laravel api lumen cron sync mautic princealikhan