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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/placeto/microsites-sdk

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

This package is not auto-updated.

Last update: 2025-10-02 17:26: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