Skip to content

Spaced repetition algorithms (SuperMemo algorithm SM-2)

License

Notifications You must be signed in to change notification settings

nanokaweb/spaced-repetition

Repository files navigation

Spaced Repetition

Library that implements the SM-2 algorithm in PHP. See www.supermemo.com/english/ol/sm2.htm for more details.

Install

# Install with composer
$ composer require nanokaweb/spaced-repetition

Usage

$sm2 = new SM2();
$sm2->processRecallResult(4);

About

Spaced repetition algorithms (SuperMemo algorithm SM-2)

Resources

License

Stars

Watchers

Forks

Packages

No packages published