PHPackages                             princealikhan/lumen-mautic-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. princealikhan/lumen-mautic-api

ActiveLibrary[API Development](/categories/api)

princealikhan/lumen-mautic-api
==============================

Free and Open Source Marketing Automation API

1.0.6(8y ago)231MITPHPPHP &gt;=5.5.9

Since Jul 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/princealikhan/lumen-mautic-api)[ Packagist](https://packagist.org/packages/princealikhan/lumen-mautic-api)[ RSS](/packages/princealikhan-lumen-mautic-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (5)Versions (2)Used By (0)

Mautic API in Laravel/Lumen.
----------------------------

[](#mautic-api-in-laravellumen)

Free and Open Source Marketing Automation API

Requirements
------------

[](#requirements)

- PHP 5.5.\* or newer
- cURL support

Mautic Setup
------------

[](#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
-------------------------------------------------------------------

[](#register-service-provider-in-appprovidersappserviceproviderphp)

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

```

Registering Application
-----------------------

[](#registering-application)

In order to register you application with mautic ping this url this is one time registration.

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3269d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f38e475cd875e9fbc8a4c646d9160d454abaa397db8bda7b9041963b3c058653?d=identicon)[princealikhan](/maintainers/princealikhan)

---

Top Contributors

[![princealikhan](https://avatars.githubusercontent.com/u/6194551?v=4)](https://github.com/princealikhan "princealikhan (1 commits)")

---

Tags

apilaravellumenMauticcronsyncprincealikhan

### Embed Badge

![Health badge](/badges/princealikhan-lumen-mautic-api/health.svg)

```
[![Health](https://phpackages.com/badges/princealikhan-lumen-mautic-api/health.svg)](https://phpackages.com/packages/princealikhan-lumen-mautic-api)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87511.3M154](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[princealikhan/laravel-mautic-api

Free and Open Source Marketing Automation API

405.9k](/packages/princealikhan-laravel-mautic-api)[smodav/mpesa

M-Pesa API implementation

16267.1k1](/packages/smodav-mpesa)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
