1. Go to this page and download the library: Download sadad-payment/library library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
sadad-payment / library example snippets
php
$sadadConfig = array(
'clientId' => '',
'clientSecret' => '',
'isTest' => true, // true for test mode | false for live mode
);
$sadadObj = new SadadLibrary( $sadadConfig );
$sadadObj->generateRefreshToken();
echo "Save the refresh Token ".$sadadObj->refreshToken. " into a secure place.";