Introduction

(OUTDATED) Install API

This API is currently only available for merchants

Using composer composer require stellitecoin/stellitepay

Include composer autoload require_once __DIR__ . '/vendor/autoload.php';

Example:

<?php

    $stellitepay = new \Stellite\StellitePay();

    $stellitepay->setIntegratorKey($your_integrator_key);

?>

Last updated