PHP code example of it-recht-kanzlei / itrk-partner-sdk

1. Go to this page and download the library: Download it-recht-kanzlei/itrk-partner-sdk 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/ */

    

it-recht-kanzlei / itrk-partner-sdk example snippets


\Itrk\System\Config::setBaseUrl('https://testsystem.it-recht-kanzlei.de');

\Itrk\System\Config::setBasicAuth('username', 'password');

# Sandbox Modus aktivieren
\Itrk\System\Config::setSandboxMode(true);