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

Official MT Service Proxy PHP Library provided by DigitalVirgo

0.2.0 2017-02-20 10:23 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:09:41 UTC


README

This library provides integration access to MT Service Proxy Api.

Instalation

Composer

Using cli

composer require digitalvirgo/mtsp

or manualy update composer.json

{
...
    "require": {
        ...
        "digitalvirgo/mtsp":"0.2.0"
    }
}

Getting started

If you are using Composer use autoload functionality:

include "vendor/autoload.php";

Now you can use library in your application

Usage