PHP code example of yasd / ankiconnect

1. Go to this page and download the library: Download yasd/ankiconnect 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/ */

    

yasd / ankiconnect example snippets


$anki = \YaSD\AnkiConnect\Anki::create();
echo sprintf("AnkiConnect API Version: %d", $anki->getApiVersion());;
// ... other api calls