Download the PHP package princealikhan/lumen-mautic-api without Composer
On this page you can find all versions of the php package princealikhan/lumen-mautic-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download princealikhan/lumen-mautic-api
More information about princealikhan/lumen-mautic-api
Files in princealikhan/lumen-mautic-api
Package lumen-mautic-api
Short Description Free and Open Source Marketing Automation API
License MIT
Informations about the package lumen-mautic-api
Mautic API in Laravel/Lumen.
Free and Open Source Marketing Automation API
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.
Register Service Provider in App\Providers\AppServiceProvider.php
Registering Application
In order to register you application with mautic ping this url this is one time registration.
All versions of lumen-mautic-api with dependencies
illuminate/contracts Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*
illuminate/support Version 5.0.*|5.1.*|5.2.*||5.3.*|5.4.*
mautic/api-library Version 2.6.*
graham-campbell/manager Version 2.5.*
guzzlehttp/guzzle Version ^6.2