wdevcom / dv-mps
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wdevcom/dv-mps
Requires
- php: >=5.4
- guzzlehttp/guzzle: 6.*
This package is not auto-updated.
Last update: 2025-12-24 18:43:43 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";