yasd/ankiconnect

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yasd/ankiconnect

0.1.3 2020-10-07 13:57 UTC

This package is auto-updated.

Last update: 2025-11-08 01:02:05 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