jotaworks/yii2-mautic

Mautic API Client with integration into Yii2

dev-master 2021-06-02 14:04 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:44 UTC


README

This extension provides an API client for Mautic with an integration for Yii framework 2.0.

For license information check the LICENSE-file.

Notice about the state of development

This extension contains code that was extracted from an internal project and needs some more efforts in order to remove issues and glitches.

DO NOT USE YET!

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist jotaworks/yii2-mautic

or add

"jotaworks/yii2-mautic": "~2.0.0"

to the require section of your composer.json.

Usage

Coming soon!