placeto/microsites-sdk

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

Software development kit to connect with the Microsites api

V1.2 2022-11-03 04:03 UTC

This package is not auto-updated.

Last update: 2024-05-02 10:41:51 UTC


README

Software development kit to connect with the Microsites api

Installation

You should add PlacetoPay repository:

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://dev.placetopay.com/repository"
        }
    ]
}

Then, you can install the package via composer:

composer require placetopay/microsites-sdk

Usage