This library is the abstraction of Xendit API for access from applications written with PHP.
For the API documentation, check Xendit API Reference.
Install composer on your local machine, check https://getcomposer.org
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
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