Search by

digitalvirgo / php-mps

adam.jurek

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

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

github.com/digitalvirgo/php-mps

pkg:composer/digitalvirgo/php-mps

Statistics

Installs: 683

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.1 2017-04-13 14:03 UTC

This package is not auto-updated.

Last update: 2025-05-11 00:17:37 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";

Usage

in example/index.php and example/index.php