yasd/ankiconnect

0.1.3 2020-10-07 13:57 UTC

This package is auto-updated.

Last update: 2024-04-07 21:44:44 UTC


README

composer require yasd/ankiconnect nyholm/psr7 kriswallsmith/buzz

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