moodle/lib/lti1p3
2023-03-13 10:42:56 +08:00
..
src MDL-76926 libraries: upgrade lib/lti1p3 to patched v5.2.6 2023-03-13 10:42:56 +08:00
LICENSE.md
README.md MDL-76926 libraries: upgrade lib/lti1p3 to patched v5.2.6 2023-03-13 10:42:56 +08:00
readme_moodle.txt MDL-76926 libraries: update upgrade steps and 3rd party libs for lt1p3 2023-03-13 10:42:56 +08:00

LTI 1.3 Tool Library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.

This library is a fork of the packbackbooks/lti-1-3-php-library, patched specifically for use in Moodle.

It is currently based on version 5.2.6 of the packbackbooks/lti-1-3-php-library library.

The following changes are included so that the library may be used with Moodle:

  • Replace the phpseclib dependency with openssl equivalent call in public key generation code.

Please see the original README for more information about the upstream library.