MDL-78438 gradereport_grader: use lang string for collapsed columns.
[moodle.git] / lib / lti1p3 / README.md
blob65b09794b70b349263f68a81a336d8d23dbe8e57
1 # LTI 1.3 Tool Library
3 A library used for building IMS-certified LTI 1.3 tool providers in PHP.
5 This library is a fork of the [packbackbooks/lti-1-3-php-library](https://github.com/packbackbooks/lti-1-3-php-library), patched specifically for use in [Moodle](https://github.com/moodle/moodle).
7 It is currently based on version [5.4.1 of the packbackbooks/lti-1-3-php-library](https://github.com/packbackbooks/lti-1-3-php-library/releases/tag/v5.4.1) library.
9 The following changes are included so that the library may be used with Moodle:
11   * Replace the phpseclib dependency with openssl equivalent call in public key generation code.
13 Please see the original [README](https://github.com/packbackbooks/lti-1-3-php-library/blob/master/README.md) for more information about the upstream library.