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(9y ago)231MITPHPPHP &gt;=5.5.9

Since Jul 19Pushed 9y 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 2w ago

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 40% 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

3314d 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

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M988](/packages/laravel-socialite)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.1k102.1k139](/packages/nativephp-mobile)

PHPackages © 2026

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