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
Requires
- php: >=5.5
- guzzlehttp/guzzle: 5.*
Requires (Dev)
- evert/phpdoc-md: ^0.2.0
- phpdocumentor/phpdocumentor: ^2.9
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