digitalvirgo / mtsp
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
Requires
- php: >=5.5
- guzzlehttp/guzzle: 5.*
- mtdowling/cron-expression: ^1.2
Requires (Dev)
- evert/phpdoc-md: ^0.2.0
- phpdocumentor/phpdocumentor: ^2.9
This package is not auto-updated.
Last update: 2025-03-29 22:54:22 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