nanokaweb/spaced-repetition

Spaced repetition algorithms (SuperMemo algorithm SM-2)

Maintainers

Package info

github.com/nanokaweb/spaced-repetition

pkg:composer/nanokaweb/spaced-repetition

Statistics

Installs: 754

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 2

0.1.1 2020-05-04 15:27 UTC

This package is not auto-updated.

Last update: 2026-03-04 18:44:17 UTC


README

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);