princealikhan/lumen-mautic-api
Composer 安装命令:
composer require princealikhan/lumen-mautic-api
包简介
Free and Open Source Marketing Automation API
README 文档
README
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
$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.
http://your-app/mautic/application/register
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-18