nanokaweb / spaced-repetition
Spaced repetition algorithms (SuperMemo algorithm SM-2)
Installs: 753
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
Open Issues: 2
pkg:composer/nanokaweb/spaced-repetition
Requires
- php: ^7.2
- nesbot/carbon: ^2.30
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2025-10-15 16:31:13 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);