PHP code example of sonko-dmitry / botan-php-sdk

1. Go to this page and download the library: Download sonko-dmitry/botan-php-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/ */

    

sonko-dmitry / botan-php-sdk example snippets


 $tracker = new SonkoDmitry\BotanSDK\BotanTracker(1234567);
 $tracker->track(123, ['text' => 'Hello world!'], 'Message');
 

 $ php composer.phar 

 "sonko-dmitry/botan-php-sdk": "*"