/sample-php

Sample PHP Integration of Deposits.lk

Primary LanguagePHP

Quick Start - PHP 🚀

Sample PHP Integration of Deposits.lk

Get started

Get a clone of this repo.

request.php

    // Change the API KEY - sandbox or live.
    // This KEY is a public key
    $API_KEY = "CHANGE_THIS";

response.php

    // Change the SECRET KEY - sandbox or live.
    // This KEY is a PRIVATE key. Never show in the front end
    $API_KEY = "CHANGE_THIS";
    $API_SECRET = "CHANGE_THIS";

View our documentation for further information

https://developer.deposits.lk/