Skip to content

xen-HendryZheng/xendit-php-sdk-api-call-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XENDIT PHP SDK API EXAMPLE

This library is the abstraction of Xendit API for access from applications written with PHP.


Documentation

For the API documentation, check Xendit API Reference.

Composer Installation

Install composer on your local machine, check https://getcomposer.org

Installing Packages

Before you start to code, run this command to install all of the required packages. Make sure you have composer installed in your computer

composer install

Usage

Configure package with your account's secret key obtained from Xendit Dashboard.

Change Line 18 with your obtained secret key

Xendit::setApiKey('API_KEY HERE');

See example codes for more details.

If you want to see full details about Xendit PHP SDK, check Xendit PHP-SDK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages