PHP code example of researchpanelasia / sopx-auth-v1_1
1. Go to this page and download the library: Download researchpanelasia/sopx-auth-v1_1 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/ */
researchpanelasia / sopx-auth-v1_1 example snippets
$request = $auth->createRequest('POSTJSON', (string) $url, (array) $params)
$request = $auth->createRequest('DELETE', (string) $url, (array) $params)
$request = $auth->createRequest('PUTJSON', (string) $url, (array) $params)
echo $request->getUri();