digitalvirgo/mt-subscriptions

There is no license information available for the latest version (0.2.9) of this package.

Official MT Subscriptions PHP Library provided by DigitalVirgo

This package's canonical repository appears to be gone and the package has been frozen as a result.

0.2.9 2020-06-05 12:51 UTC

This package is not auto-updated.

Last update: 2025-05-17 12:20:00 UTC


README

This library provides integration access to MT Subscriptions Api.

Instalation

Composer

Using cli

composer require digitalvirgo/mt-subscriptions

or manualy update composer.json

{
...
    "require": {
        ...
        "digitalvirgo/mt-subscriptions":"0.2.3"
    }
}

Getting started

If you are using Composer use autoload functionality:

include "vendor/autoload.php";

Now you can use library in your application

Usage