Skip to content

DepositsLK/sample-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

Sample PHP Integration of Deposits.lk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages