Skip to content

onyourmarks-agency/mgapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailigen.com PHP API wrapper

Composer repo for the PHP API wrapper of Mailigen.com. Read more at: https://dev.mailigen.com/downloads

Installation

Installation via Composer is the recommended way to install MGAPI. Just run next command: :

composer require tde/mgapi

Or add this line to your composer.json file:

"tde/mgapi": "^1.8"

And run composer update.

Usage

Use where needed like so:

<?php

use Mailigen\MGAPI\MGAPI;

require_once __DIR__ . '/path/to/vendor/autoload.php';

$api = new MGAPI('your_api_key');