wdevcom / dv-mps
There is no license information available for the latest version (dev-main) of this package.
dev-main
2021-05-03 21:42 UTC
Requires
- php: >=5.4
- guzzlehttp/guzzle: 6.*
This package is not auto-updated.
Last update: 2025-09-17 17:29:21 UTC
README
This library provides integration access to MPS Api.
Instalation
Composer
Using cli
composer require digitalvirgo/php-mps
or manualy update composer.json
{ ... "require": { ... "digitalvirgo/php-mps":"0.2.1" } }
Getting started
If you are using Composer use autoload functionality:
include "vendor/autoload.php";